Class SignerContext

Class SignerContext

Název místa: Aspose.Words.LowCode Shromáždění: Aspose.Words.dll (25.4.0)

Dokument podepisující kontext

public class SignerContext : ProcessorContext

Inheritance

object ProcessorContext SignerContext

Dědiční členové

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 objekt s certifikátem, který byl použit k podpisu souboru.

public CertificateHolder CertificateHolder { get; set; }

Hodnota nemovitosti

CertificateHolder

Remarks

Certifikát musí obsahovat soukromé klíče a má soubor X509KeyStorageFlags.Exportable.

SignOptions

SignOptions objekt s různými možnostmi podpisů.

public SignOptions SignOptions { get; set; }

Hodnota nemovitosti

SignOptions

 Čeština