The CertificateDetails type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CertificateDetails(String, DateTime, DateTime) |
Initialise certificate details.
| |
CertificateDetails(String, DateTime, DateTime, SecureString) |
Initialise certificate details.
| |
CertificateDetails(String, DateTime, DateTime, String) |
Initialise certificate details.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Dispose of the secure string password
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
EndTime |
Certificate validity end DateTime
| |
KeyLength |
The key length to be generated. Default is 1024. Minimum is 384. maximum is 16384.
| |
Password |
Password for encrypting the key data
| |
StartTime |
Certificate validity start DateTime
| |
X500 |
Certificate "distinguished name". An example is "CN='My Certificate'; C='USA'".
Please see http://msdn.microsoft.com/en-us/library/aa377160 and http://en.wikipedia.org/wiki/X.509 for more information.
|
See Also