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)
522
return _lazyKeyAlgorithm ??= Pal.
KeyAlgorithm
;
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (3)
377
Pkcs12Key? key = CreateKey(cert.
KeyAlgorithm
, keyBag.BagValue.Span);
385
cert.
KeyAlgorithm
);
438
string certAlgorithm = cert.
KeyAlgorithm
;