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
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
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