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

In This Topic
    SignatureGenerator Property
    In This Topic
    Gets or sets the IPkcs7SignatureGenerator object used to sign the authenticated attribute set that is a part of PKCS#7 signature. If not set, the default built-in generator will be used.
    Syntax
    'Declaration
     
    Public Property SignatureGenerator As IPkcs7SignatureGenerator
    public IPkcs7SignatureGenerator SignatureGenerator {get; set;}
    See Also