3 references to
System.Security.Cryptography (3)
System\Security\Cryptography\BasicSymmetricCipherBCrypt.cs (1)
16
:
base
(cipherMode.GetCipherIv(iv), blockSizeInBytes, paddingSizeInBytes)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (1)
17
:
base
(cipherMode.GetCipherIv(iv), blockSizeInBytes, paddingSizeInBytes)
System\Security\Cryptography\BasicSymmetricCipherNCrypt.cs (1)
19
:
base
(iv, blockSizeInBytes, paddingSizeInBytes)