Class SignerContext
Class SignerContext
Namespace: Aspose.Words.LowCode
Assembly: Aspose.Words.dll (25.4.0)
Document signer context
public class SignerContext : ProcessorContext
Inheritance
object ← ProcessorContext ← SignerContext
Inherited Members
ProcessorContext.WarningCallback , ProcessorContext.FontSettings , ProcessorContext.LayoutOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SignerContext()
public SignerContext()
Properties
CertificateHolder
CertificateHolder object with certificate that used to sign file.
public CertificateHolder CertificateHolder { get; set; }
Property Value
Remarks
The certificate in holder MUST contain private keys and have the X509KeyStorageFlags.Exportable flag set.
SignOptions
SignOptions object with various signing options.
public SignOptions SignOptions { get; set; }