2 references to Decode
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
49RSAPublicKeyAsn.Decode(keyData, AsnEncodingRules.BER);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
109RSAPublicKeyAsn key = RSAPublicKeyAsn.Decode(keyData, AsnEncodingRules.BER);