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