[This is preliminary documentation and is subject to change.]
Certificate Generator - Generates certificates in a specified certificate file.
| C# | Visual Basic | Visual C++ |
public class CertificateGenerator
Public Class CertificateGenerator
public ref class CertificateGenerator
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| CertificateGenerator()()() | Initializes a new instance of the CertificateGenerator class | |
| CertificateFile |
Certificate file to be generated.
| |
| CommonName |
Common Name
| |
| Country |
Country
| |
| CredentialsFile |
The signer's credentials file - may be nullNothingnullptr.
| |
| CredentialsFilePassword |
Password for the signer's credentials file
| |
| DefaultCertificateFile |
Certificate file name.
| |
| DefaultCredentialsFile |
Default Credentials File name
| |
| DefaultPrivateKeyFile |
Default PrivateKey File name
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Generate()()() |
Generate a certificate with the current settings.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Locality |
Locality
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Organization |
Organization
| |
| OrganizationalUnit |
Organizational Unit
| |
| PrivateKeyFile |
Private Key file to be generated
| |
| PrivateKeyPassword |
Private key password
| |
| SelfSign |
Specify whether to use self signing
| |
| SignatureAlgorithm |
Signature Algorithm
| |
| SignatureKeyLength |
Number of bits use in the signing algorithm
| |
| State |
State
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| ValidFromDate |
The beginning date for the validity of the certificate.
| |
| ValidToDate |
The ending date for the validity of the certificate.
|
Various properties of the certificate can be set before generation.
| Object | |
| CertificateGenerator | |