CertificateKeyParameters Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
Certificate private key parameters for CertificateEngine's Bind(Certificate, PrivateKeyInfo, CertificateKeyParameters) method.
Syntax
public class CertificateKeyParameters
Inherited Members
Constructors
Name | Description |
---|---|
CertificateKeyParameters() | Creates a new instance of CertificateKeyParameters. |
Properties
Name | Description |
---|---|
ForceLocalMachineStore | Specifies whether to prefer the 'local machine' certificate store for this key. |
PreferLegacyKeyStore | Specifies whether to prefer legacy CryptoAPI key stores to CNG key stores. |