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