8 references to ValueRSAPublicKeyAsn
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (5)
31
internal static void Decode(ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out
ValueRSAPublicKeyAsn
decoded)
36
internal static void Decode(Asn1Tag expectedTag, ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out
ValueRSAPublicKeyAsn
decoded)
51
internal static void Decode(scoped ref ValueAsnReader reader, out
ValueRSAPublicKeyAsn
decoded)
56
internal static void Decode(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out
ValueRSAPublicKeyAsn
decoded)
68
private static void DecodeCore(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out
ValueRSAPublicKeyAsn
decoded)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
47
ValueRSAPublicKeyAsn
.Decode(keyData, AsnEncodingRules.BER, out _);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (2)
84
ValueRSAPublicKeyAsn
.Decode(keyData, AsnEncodingRules.BER, out
ValueRSAPublicKeyAsn
key);