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