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; }
부동산 가치
Remarks
소유자 인증서는 개인 키를 포함해야하며 X509KeyStorageFlags.Exportable 깃발 세트를 갖추고 있습니다.
SignOptions
SignOptions 개체는 다양한 서명 옵션을 제공합니다.
public SignOptions SignOptions { get; set; }