The CertificateDetails type exposes the following members.
Back to Top
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