Certificate.GetPrivateKeyInfo Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
GetPrivateKeyInfo(Boolean)
Returns the private key info for the X.509v3 certificate.
Declaration
public PrivateKeyInfo GetPrivateKeyInfo(bool silent)
Parameters
Type | Name | Description |
---|---|---|
Boolean | silent | If set to true, the cryptographic provider should not display any user interface (UI) when exporting private key parameters. |
Returns
Type | Description |
---|---|
PrivateKeyInfo | The private key info for the X.509v3 certificate. |