4 references to PlatformNotSupported_CryptographyOpenSSLNotFound
System.Security.Cryptography (4)
System\Security\Cryptography\DSAOpenSsl.cs (1)
116
throw new PlatformNotSupportedException(SR.Format(SR.
PlatformNotSupported_CryptographyOpenSSLNotFound
, nameof(DSAOpenSsl)));
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
89
throw new PlatformNotSupportedException(SR.Format(SR.
PlatformNotSupported_CryptographyOpenSSLNotFound
, nameof(ECDiffieHellmanOpenSsl)));
System\Security\Cryptography\ECDsaOpenSsl.cs (1)
89
throw new PlatformNotSupportedException(SR.Format(SR.
PlatformNotSupported_CryptographyOpenSSLNotFound
, nameof(ECDsaOpenSsl)));
System\Security\Cryptography\RSAOpenSsl.cs (1)
100
throw new PlatformNotSupportedException(SR.Format(SR.
PlatformNotSupported_CryptographyOpenSSLNotFound
, nameof(RSAOpenSsl)));