3 references to Decode
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (3)
64return Decode(pkcs8, out _, skipCopy: true); 187Pkcs8PrivateKeyInfo ret = Decode(decryptedMemory, out int decoded); 218Pkcs8PrivateKeyInfo ret = Decode(decryptedMemory, out int decoded);