Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TimeStamp Class
Properties

In This Topic
    TimeStamp Class Members
    In This Topic

    The following tables list the members exposed by TimeStamp.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets or sets the user password to send to the Time Stamping Authority (TSA) server.  
    Public PropertyGets or sets the uniform resource identifier for the Time Stamping Authority (TSA) server providing the time-stamp.  
    Public PropertyGets or sets the user ID to send to the Time Stamping Authority (TSA) server.  
    Top
    See Also