Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, thumbprint_algorithm=None, thumbprint=None, format=None):
super(CertificateBaseProperties, self).__init__()
self.thumbprint_algorithm = thumbprint_algorithm
self.thumbprint = thumbprint
self.format = format