2 references to Decode
System.Security.Cryptography (2)
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 (1)
84
ValueRSAPublicKeyAsn.
Decode
(keyData, AsnEncodingRules.BER, out ValueRSAPublicKeyAsn key);