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