is_valid property

is_valid property

Keeps true if this digital signature is valid and the document has not been tampered with.

Definition:

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

See Also