Describes certificate request options for server key generation requests.

The following tables list the members exposed by the SkgOptions type.

Public Properties

  Name Description
public property Archive Gets or sets a Boolean value that indicates if an encrypted private key is included as a part of each certificate request and archived on the certification authority (CA).
public property Csp Gets or sets the name of the cryptographic service provider (CSP).
public property ExchangeCert Gets or sets the certificate that is used to archive a private key with a PKCS #7 request or a CMC request.
public property KeySize Gets or sets the key length.
public property KeySpec Gets or sets the type of key that is generated.
public property Smime Gets or sets a Boolean value that indicates if PKCS #10 requests will contain a signed attribute for Secure/Multipurpose Internet Mail Extensions (S/MIME) capabilities.
public property Template Gets or sets the name of the certificate template.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also