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