Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Certificate.GetRSAParameters Method

Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9147)

GetRSAParameters()

Returns the RSA parameters of certificate's public key.

Declaration
public RSAParameters GetRSAParameters()
Returns
Type Description
RSAParameters

The RSA parameters of certificate's public key.

GetRSAParameters(Boolean, Boolean)

Returns the RSA parameters of certificate's public or private key.

Declaration
public RSAParameters GetRSAParameters(bool exportPrivateKeys, bool silent)
Parameters
Type Name Description
Boolean exportPrivateKeys

True if private key parameters are to be exported as well.

Boolean silent

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

Returns
Type Description
RSAParameters

The RSA parameters of certificate's public or private key.

In This Article
  • GetRSAParameters()
  • GetRSAParameters(Boolean, Boolean)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies