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);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (4)
72
if (pfx.
AuthSafe
.ContentType == Oids.Pkcs7Data)
74
authSafeBytes = PkcsHelpers.DecodeOctetStringAsMemory(pfx.
AuthSafe
.Content);
85
else if (pfx.
AuthSafe
.ContentType == Oids.Pkcs7Signed)
87
SignedDataAsn signedData = SignedDataAsn.Decode(pfx.
AuthSafe
.Content, AsnEncodingRules.BER);