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