certificate_file_path property

certificate_file_path property

Gets or sets the digital certificate file path. This property is used only if CertificateStream is not specified.

Definition:

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

See Also