certificate_holder property
SignerContext.certificate_holder property
CertificateHolder object with certificate that used to sign file.
@property
def certificate_holder(self) -> aspose.words.digitalsignatures.CertificateHolder:
...
@certificate_holder.setter
def certificate_holder(self, value: aspose.words.digitalsignatures.CertificateHolder):
...
Remarks
The certificate in holder MUST contain private keys and have the X509KeyStorageFlags.Exportable flag set.
See Also
- module aspose.words.lowcode
- class SignerContext