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)
34if (_cachedAlgorithm is null || _keyHandle.IsClosed) 42return _cachedAlgorithm;