Пример #1
0
 public static bool ToStream([NotNull] EncryptionKey encryptionKey, [NotNull] Stream stream) =>
 encryptionKey.Write(stream);
Пример #2
0
 public static bool ToStream(EncryptionKey encryptionKey, Stream stream) =>
 encryptionKey.Write(stream);