2 references to CreateFromEncryptedPem
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
902return CreateFromEncryptedPem(certContents, keyContents, password); 941/// For password protected PEM-encoded keys, use <see cref="CreateFromEncryptedPem" /> to specify a password.