1 implementation of SignatureAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
344public string SignatureAlgorithm
1 reference to SignatureAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
351return _lazySignatureAlgorithm ??= new Oid(Pal.SignatureAlgorithm, null);