4 references to Cryptography_X509_StoreNotOpen
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
98
throw new CryptographicException(SR.
Cryptography_X509_StoreNotOpen
);
System\Security\Cryptography\X509Certificates\X509Store.cs (3)
90
throw new CryptographicException(SR.
Cryptography_X509_StoreNotOpen
);
131
throw new CryptographicException(SR.
Cryptography_X509_StoreNotOpen
);
169
throw new CryptographicException(SR.
Cryptography_X509_StoreNotOpen
);