Class SignerContext

Class SignerContext

名称: Aspose.Words.LowCode 集合: Aspose.Words.dll (25.4.0)

文档签名背景

public class SignerContext : ProcessorContext

Inheritance

object ProcessorContext SignerContext

继承人

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 包含用于签名文件的证书。

public CertificateHolder CertificateHolder { get; set; }

财产价值

CertificateHolder

Remarks

持有者的证书必须包含私人密钥,并具有X509KeyStorageFlags.Exportable旗帜设置。

SignOptions

SignOptions 对象与各种签名选项。

public SignOptions SignOptions { get; set; }

财产价值

SignOptions

 中文