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