1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. DigitalSignature class
  8. /
  9. certificate_custom_store_name property

certificate_custom_store_name property

certificate_custom_store_name property

Specifies the custom store name of the certificate.

Definition:

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

See Also