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