PdfDigitalSignatureTimestampSettings constructor

PdfDigitalSignatureTimestampSettings()

Initializes an instance of this class.

def __init__(self):
    ...

PdfDigitalSignatureTimestampSettings(server_url, user_name, password)

Initializes an instance of this class.

def __init__(self, server_url: str, user_name: str, password: str):
    ...
ParameterTypeDescription
server_urlstrTimestamp server URL.
user_namestrTimestamp server user name.
passwordstrTimestamp server password.

PdfDigitalSignatureTimestampSettings(server_url, user_name, password, timeout)

Initializes an instance of this class.

def __init__(self, server_url: str, user_name: str, password: str, timeout: datetime.timespan):
    ...
ParameterTypeDescription
server_urlstrTimestamp server URL.
user_namestrTimestamp server user name.
passwordstrTimestamp server password.
timeoutdatetime.timespanTime-out value for accessing timestamp server.

See Also