1 write to _providerHandle
System.Security.Cryptography (1)
System\Security\Cryptography\CngKey.cs (1)
22
_providerHandle
= providerHandle;
4 references to _providerHandle
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.cs (1)
28
_providerHandle
?.Dispose();
System\Security\Cryptography\CngKey.StandardProperties.cs (3)
296
if (!_hasCachedProvider ||
_providerHandle
.IsClosed)
298
string? provider =
_providerHandle
.GetPropertyAsString(ProviderPropertyName.Name, CngPropertyOptions.None);
319
return
_providerHandle
.Duplicate();