CertificateDetails MembersNetworkComms.Net Help
The CertificateDetails type exposes the following members.
Constructors

  NameDescription
Public methodCertificateDetails(String, DateTime, DateTime)
Initialise certificate details.
Public methodCertificateDetails(String, DateTime, DateTime, SecureString)
Initialise certificate details.
Public methodCertificateDetails(String, DateTime, DateTime, String)
Initialise certificate details.
Back to Top
Methods

  NameDescription
Public methodDispose
Dispose of the secure string password
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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