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