9 references to PfxAsn
System.Security.Cryptography.Pkcs (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (6)
38
internal static
PfxAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
43
internal static
PfxAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
49
DecodeCore(ref reader, expectedTag, encoded, out
PfxAsn
decoded);
59
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
PfxAsn
decoded)
64
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PfxAsn
decoded)
76
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PfxAsn
decoded)
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (3)
16
private
PfxAsn
_decoded;
56
PfxAsn
pfx =
PfxAsn
.Decode(maybeCopy, AsnEncodingRules.BER);