4 references to DisallowedStoreName
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (2)
47
Debug.Assert(!X509Store.
DisallowedStoreName
.Equals(storeName, StringComparison.OrdinalIgnoreCase));
385
string storePath = GetStorePath(X509Store.
DisallowedStoreName
);
System\Security\Cryptography\X509Certificates\StorePal.OpenSsl.cs (1)
145
if (X509Store.
DisallowedStoreName
.Equals(storeName, StringComparison.OrdinalIgnoreCase))
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
47
StoreName.Disallowed =>
DisallowedStoreName
,