1 write to _cachedAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\CngKey.StandardProperties.cs (1)
39
_cachedAlgorithm
= new CngAlgorithm(algorithm);
2 references to _cachedAlgorithm
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.StandardProperties.cs (2)
34
if (
_cachedAlgorithm
is null || _keyHandle.IsClosed)
42
return
_cachedAlgorithm
;