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, encoded, out
RSAPublicKeyAsn
decoded);
52
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
RSAPublicKeyAsn
decoded)
57
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
RSAPublicKeyAsn
decoded)
69
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
RSAPublicKeyAsn
decoded)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
49
RSAPublicKeyAsn
.Decode(keyData, AsnEncodingRules.BER);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (2)
109
RSAPublicKeyAsn
key =
RSAPublicKeyAsn
.Decode(keyData, AsnEncodingRules.BER);