CertificateVerifyOptions constructor

init

Initializes a new instance of the TextVerifyOptions with default values.

def __init__(self):
    ...

init

Initializes a new instance of the CertificateVerifyOptions with subject to verify.

def __init__(self, subject):
    ...
Parameter Type Description
subject str Subject to be verified

See Also