In This Topic
The following tables list the members exposed by TimeStamp.
Public Constructors
Public Properties
| Name | Description |
| HashAlgorithm | Gets or sets the ID of the hash algorithm used to encode the time-stamp request. If set to a null reference (Nothing in Visual Basic), defaults to SHA-256. This property is used only if HashMethod is a null reference (Nothing in Visual Basic). Note that the type of algorithm depends on the time-stamp server. |
| HashMethod | Gets or sets the delegate used to hash the time-stamp request. If this value is a null reference (Nothing in Visual Basic), the HashAlgorithm will be used. |
| Password | Gets or sets the user password to send to the Time Stamping Authority (TSA) server. |
| ServerUrl | Gets or sets the uniform resource identifier for the Time Stamping Authority (TSA) server providing the time-stamp. |
| UserName | Gets or sets the user ID to send to the Time Stamping Authority (TSA) server. |
Top
See Also