1 write to Mac
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
111System.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)
46Mac.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (3)
24string algorithmValue = MacData.Value.Mac.DigestAlgorithm.Algorithm; 53if (MacData.Value.Mac.Digest.Length != expectedOutputSize) 88MacData.Value.Mac.Digest.Span);