2 writes to _optionOptions
System.Security.Cryptography (2)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
24
_optionOptions
= CngKeyOpenOptions.None;
39
_optionOptions
= openOptions;
1 reference to _optionOptions
System.Security.Cryptography (1)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
276
return CngKey.Open(_keyName!, _provider!,
_optionOptions
);