9 references to ValueEncryptedPrivateKeyInfoAsn
System.Security.Cryptography.Pkcs (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (5)
113internal static void Decode(ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out ValueEncryptedPrivateKeyInfoAsn decoded) 118internal static void Decode(Asn1Tag expectedTag, ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out ValueEncryptedPrivateKeyInfoAsn decoded) 133internal static void Decode(scoped ref ValueAsnReader reader, out ValueEncryptedPrivateKeyInfoAsn decoded) 138internal static void Decode(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out ValueEncryptedPrivateKeyInfoAsn decoded) 150private static void DecodeCore(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out ValueEncryptedPrivateKeyInfoAsn decoded)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (4)
63ValueEncryptedPrivateKeyInfoAsn epki; 69ValueEncryptedPrivateKeyInfoAsn.Decode(ref reader, out epki); 294ValueEncryptedPrivateKeyInfoAsn epki; 300ValueEncryptedPrivateKeyInfoAsn.Decode(ref reader, out epki);