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