issuer property

issuer property

Specify Certificate Issuer if it should be verified.

Definition:

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

See Also