is_valid property

is_valid property

If this digital signature is valid and the document has not been tampered with, this value will be true. Read-only bool.

Definition:

@property
def is_valid(self):
    ...

See Also