3 writes to HashAlgorithm
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (3)
28
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref reader, rebind, out decoded.
HashAlgorithm
);
114
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.
HashAlgorithm
);
119
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref defaultReader, rebind, out decoded.
HashAlgorithm
);
3 references to HashAlgorithm
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (1)
46
HashAlgorithm
.Encode(tmp);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
524
alg = PkcsHelpers.GetDigestAlgorithm(certId2.Value.
HashAlgorithm
.Algorithm);
533
$"TryGetCertHash did not fit in {thumbprint.Length} for hash {certId2.Value.
HashAlgorithm
.Algorithm}");