1 implementation of KeyAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
303public string KeyAlgorithm
4 references to KeyAlgorithm
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
447return _lazyKeyAlgorithm ??= Pal.KeyAlgorithm;
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (3)
379AsymmetricAlgorithm? key = CreateKey(cert.KeyAlgorithm); 387cert.KeyAlgorithm); 441string certAlgorithm = cert.KeyAlgorithm;