12 references to PrivateKeyInfoAsn
System.Security.Cryptography (12)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (6)
48
internal static
PrivateKeyInfoAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
53
internal static
PrivateKeyInfoAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
59
DecodeCore(ref reader, expectedTag, encoded, out
PrivateKeyInfoAsn
decoded);
69
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
PrivateKeyInfoAsn
decoded)
74
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PrivateKeyInfoAsn
decoded)
86
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PrivateKeyInfoAsn
decoded)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
117
PrivateKeyInfoAsn
.Decode(ref reader, source, out
PrivateKeyInfoAsn
privateKeyInfo);
144
PrivateKeyInfoAsn
.Decode(ref reader, source, out
PrivateKeyInfoAsn
privateKeyInfo);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
260
PrivateKeyInfoAsn
privateKeyInfo =
261
PrivateKeyInfoAsn
.Decode(safeBag.BagValue, AsnEncodingRules.BER);