password property

DigitalSignatureTimestampSettings.password property

Gets or sets a string value representing timestamp server password. The default value is None.

@property
def password(self) -> str:
    ...

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

Remarks

See Also