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