2 writes to _provider
System.Security.Cryptography (2)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
23
_provider
= null;
38
_provider
= provider;
1 reference to _provider
System.Security.Cryptography (1)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
276
return CngKey.Open(_keyName!,
_provider
!, _optionOptions);