3 references to GetStorePath
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCachedDirectoryStoreProvider.cs (1)
28string storePath = OpenSslDirectoryBasedStoreProvider.GetStorePath(storeName);
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (2)
49_storePath = GetStorePath(storeName); 385string storePath = GetStorePath(X509Store.DisallowedStoreName);