DigitalVBA constructor

init

Initializes a new instance of the DigitalVBA class with certificate file.

def __init__(self, certificate_file_path, password):
    ...
Parameter Type Description
certificate_file_path str Digital certificate file path
password str Digital certificate password

init

Initializes a new instance of the DigitalVBA class with certificate stream.

def __init__(self, certificate_stream, password):
    ...
Parameter Type Description
certificate_stream io.RawIOBase Digital Certificate stream
password str Digital certificate password

See Also