2 references to Decode
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
20
ValueRSAPrivateKeyAsn.
Decode
(keyData, AsnEncodingRules.BER, out ValueRSAPrivateKeyAsn key);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
790
ValueRSAPrivateKeyAsn.
Decode
(pkcs1Priv, AsnEncodingRules.BER, out _);