1 instantiation of PrivateKeyInfoAsn
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
255
PrivateKeyInfoAsn info = new
PrivateKeyInfoAsn
17 references to PrivateKeyInfoAsn
System.Security.Cryptography (17)
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);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
878
PrivateKeyInfoAsn
.Decode(ref reader, manager.Memory, out
PrivateKeyInfoAsn
pki);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (3)
86
PrivateKeyInfoAsn
.Decode(ref reader, rebind, out
PrivateKeyInfoAsn
privateKeyInfo);
255
PrivateKeyInfoAsn
info = new PrivateKeyInfoAsn
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
260
PrivateKeyInfoAsn
privateKeyInfo =
261
PrivateKeyInfoAsn
.Decode(safeBag.BagValue, AsnEncodingRules.BER);