CertificateDetails PropertiesNetworkComms.Net Help
The CertificateDetails type exposes the following members.
Properties

  NameDescription
Public propertyEndTime
Certificate validity end DateTime
Public propertyKeyLength
The key length to be generated. Default is 1024. Minimum is 384. maximum is 16384.
Public propertyPassword
Password for encrypting the key data
Public propertyStartTime
Certificate validity start DateTime
Public propertyX500
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.
Back to Top
See Also