1 instantiation of Pkcs8PrivateKeyInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
83
return new
Pkcs8PrivateKeyInfo
(
6 references to Pkcs8PrivateKeyInfo
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (6)
56
public static
Pkcs8PrivateKeyInfo
Create(AsymmetricAlgorithm privateKey)
67
public static
Pkcs8PrivateKeyInfo
Decode(
185
public static
Pkcs8PrivateKeyInfo
DecryptAndDecode(
199
Pkcs8PrivateKeyInfo
ret = Decode(decryptedMemory, out int decoded);
216
public static
Pkcs8PrivateKeyInfo
DecryptAndDecode(
230
Pkcs8PrivateKeyInfo
ret = Decode(decryptedMemory, out int decoded);