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

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