is_valid property

DigitalSignature.is_valid property

Returns True if this digital signature is valid and the document has not been tampered with.

@property
def is_valid(self) -> bool:
    ...

See Also