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