id property

id property

Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid.

Remarks

When set, it associates SignatureLine with corresponding DigitalSignature.

Definition:

@property
def id(self):
    ...
@id.setter
def id(self, value):
    ...

See Also