2 writes to Hash
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (2)
125decoded.Hash = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 129decoded.Hash = sequenceReader.ReadOctetString();
2 references to Hash
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (1)
54writer.WriteOctetString(Hash.Span);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
543if (!thumbprint.SequenceEqual(certId2.Value.Hash.Span))