password property

password property

Password that was used to embed the signature.

Definition:

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

See Also