1 write to AuthSafe
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (1)
87
System.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)
28
AuthSafe
.Encode(writer);
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (4)
67
if (pfx.
AuthSafe
.ContentType == Oids.Pkcs7Data)
69
authSafeBytes = PkcsHelpers.DecodeOctetStringAsMemory(pfx.
AuthSafe
.Content);
80
else if (pfx.
AuthSafe
.ContentType == Oids.Pkcs7Signed)
82
SignedDataAsn signedData = SignedDataAsn.Decode(pfx.
AuthSafe
.Content, AsnEncodingRules.BER);