1 write to BlockSizeInBytes
System.Security.Cryptography (1)
System\Security\Cryptography\BasicSymmetricCipher.cs (1)
26
BlockSizeInBytes
= blockSizeInBytes;
2 references to BlockSizeInBytes
System.Security.Cryptography (2)
System\Security\Cryptography\UniversalCryptoTransform.cs (2)
55
get { return BasicSymmetricCipher.
BlockSizeInBytes
; }
60
get { return BasicSymmetricCipher.
BlockSizeInBytes
; }