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.