3 references to Decode
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (3)
64return Decode(pkcs8, out _, skipCopy: true); 199Pkcs8PrivateKeyInfo ret = Decode(decryptedMemory, out int decoded); 230Pkcs8PrivateKeyInfo ret = Decode(decryptedMemory, out int decoded);