1 write to IV
System.Security.Cryptography (1)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
119
_outer.
IV
= iv;
2 references to IV
System.Security.Cryptography (2)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
146
return CreateCryptoTransform(_outer.BaseKey, _outer.
IV
, encrypting, _outer.Padding, _outer.Mode, _outer.FeedbackSize);
149
return CreatePersistedCryptoTransformCore(ProduceCngKey, _outer.
IV
, encrypting, _outer.Padding, _outer.Mode, _outer.FeedbackSize);