9 references to RSAPublicKeyAsn
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (6)
31internal static RSAPublicKeyAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 36internal static RSAPublicKeyAsn Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 42DecodeCore(ref reader, expectedTag, out RSAPublicKeyAsn decoded); 52internal static void Decode(ref AsnValueReader reader, out RSAPublicKeyAsn decoded) 57internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, out RSAPublicKeyAsn decoded) 69private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, out RSAPublicKeyAsn decoded)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (3)
63RSAPublicKeyAsn key = RSAPublicKeyAsn.Decode(keyData, AsnEncodingRules.BER); 82RSAPublicKeyAsn.Decode(keyData, AsnEncodingRules.BER);