3 writes to HashAlgorithm
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (3)
23System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref reader, rebind, out decoded.HashAlgorithm); 117System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.HashAlgorithm); 122System.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)
49HashAlgorithm.Encode(tmp);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
518alg = PkcsHelpers.GetDigestAlgorithm(certId2.Value.HashAlgorithm.Algorithm); 527$"TryGetCertHash did not fit in {thumbprint.Length} for hash {certId2.Value.HashAlgorithm.Algorithm}");