1 write to AuthSafe
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
87System.Security.Cryptography.Asn1.Pkcs7.ContentInfoAsn.Decode(ref sequenceReader, rebind, out decoded.AuthSafe);
5 references to AuthSafe
System.Security.Cryptography.Pkcs (5)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
28AuthSafe.Encode(writer);
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (4)
67if (pfx.AuthSafe.ContentType == Oids.Pkcs7Data) 69authSafeBytes = PkcsHelpers.DecodeOctetStringAsMemory(pfx.AuthSafe.Content); 80else if (pfx.AuthSafe.ContentType == Oids.Pkcs7Signed) 82SignedDataAsn signedData = SignedDataAsn.Decode(pfx.AuthSafe.Content, AsnEncodingRules.BER);