2 references to Decode
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
23
RSAPrivateKeyAsn key = RSAPrivateKeyAsn.
Decode
(keyData, AsnEncodingRules.BER);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
813
_ = RSAPrivateKeyAsn.
Decode
(pkcs1Priv, AsnEncodingRules.BER);