2 writes to Digest
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (2)
81decoded.Digest = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 85decoded.Digest = sequenceReader.ReadOctetString();
3 references to Digest
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
27writer.WriteOctetString(Digest.Span);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (2)
53if (MacData.Value.Mac.Digest.Length != expectedOutputSize) 88MacData.Value.Mac.Digest.Span);