3 implementations of SafeHandle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
85
public SafeHandle?
SafeHandle
=> null;
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (1)
252
SafeHandle? IStorePal.
SafeHandle
System\Security\Cryptography\X509Certificates\UnsupportedDisallowedStore.cs (1)
56
SafeHandle? IStorePal.
SafeHandle
{ get; }
2 references to SafeHandle
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Store.cs (2)
93
if (_storePal.
SafeHandle
== null)
96
return _storePal.
SafeHandle
.DangerousGetHandle();