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

In This Topic
    HashAlgorithm Property (TimeStamp)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property HashAlgorithm As OID
    public OID HashAlgorithm {get; set;}
    See Also