9 references to ValuePrivateKeyInfoAsn
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (5)
186
internal static void Decode(ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out
ValuePrivateKeyInfoAsn
decoded)
191
internal static void Decode(Asn1Tag expectedTag, ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out
ValuePrivateKeyInfoAsn
decoded)
206
internal static void Decode(scoped ref ValueAsnReader reader, out
ValuePrivateKeyInfoAsn
decoded)
211
internal static void Decode(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out
ValuePrivateKeyInfoAsn
decoded)
223
private static void DecodeCore(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out
ValuePrivateKeyInfoAsn
decoded)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
86
ValuePrivateKeyInfoAsn
.Decode(ref reader, out
ValuePrivateKeyInfoAsn
privateKeyInfo);
112
ValuePrivateKeyInfoAsn
.Decode(ref reader, out
ValuePrivateKeyInfoAsn
privateKeyInfo);