Returns the private key info for the X.509v3 certificate.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetPrivateKeyInfo ( _
	silent As Boolean _
) As PrivateKeyInfo
C#
public PrivateKeyInfo GetPrivateKeyInfo(
	bool silent
)

Parameters

silent
Type: System..::..Boolean
If set to true, the cryptographic provider should not display any user interface (UI) when exporting private key parameters.

Return Value

The private key info for the X.509v3 certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also