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