1 write to Mac
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
111
System.Security.Cryptography.Asn1.DigestInfoAsn.Decode(ref sequenceReader, rebind, out decoded.
Mac
);
4 references to Mac
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
46
Mac
.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (3)
24
string algorithmValue = MacData.Value.
Mac
.DigestAlgorithm.Algorithm;
53
if (MacData.Value.
Mac
.Digest.Length != expectedOutputSize)
88
MacData.Value.
Mac
.Digest.Span);