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

In This Topic
    HashAlgorithm Property (Pkcs7SignatureBuilder)
    In This Topic
    Gets or sets the HASH algorithm used if SignatureGenerator is not specified. Note! If Format is Pkcs7SignatureBuilder.SignatureFormat.adbe_pkcs7_sha1 then this property is ignored and always SHA-1 used.
    Syntax
    'Declaration
     
    Public Property HashAlgorithm As OID
    public OID HashAlgorithm {get; set;}
    See Also