1 write to _cachedKeySize
System.Security.Cryptography (1)
System\Security\Cryptography\CngKey.StandardProperties.cs (1)
196
_cachedKeySize
= ComputeKeySize();
2 references to _cachedKeySize
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.StandardProperties.cs (2)
194
if (
_cachedKeySize
== CachedKeySizeUninitializedSentinel || _keyHandle.IsClosed)
198
return
_cachedKeySize
;