Home
last modified time | relevance | path

Searched refs:Cryptography_InvalidStoreHandle (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DStorePal.cs25 … throw new CryptographicException(SR.Cryptography_InvalidStoreHandle, nameof(storeHandle)); in FromHandle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509store.cs118 … throw new CryptographicException(SR.GetString(SR.Cryptography_InvalidStoreHandle), "storeHandle"); in X509Store()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs284 public const string Cryptography_InvalidStoreHandle = "The store handle is invalid."; field in SR