Certificate.GetPrivateKeyAlgorithm Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
GetPrivateKeyAlgorithm(Boolean)
Gets the private key algorithm for this certificate.
Declaration
public AsymmetricKeyAlgorithm GetPrivateKeyAlgorithm(bool silent)
Parameters
Type | Name | Description |
---|---|---|
Boolean | silent | If set to true, the cryptographic provider should not display any user interface (UI). |
Returns
Type | Description |
---|---|
AsymmetricKeyAlgorithm | Instance of AsymmetricKeyAlgorithm. |