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