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 object مع شهادة تستخدم للتوقيع على الملف.
public CertificateHolder CertificateHolder { get; set; }
قيمة الممتلكات
Remarks
يجب أن يحتوي الشهادة على مفاتيح خاصة ويحتوي على مجموعة X509KeyStorageFlags.Exportable flag.
SignOptions
SignOptions Object مع خيارات التسجيل المختلفة.
public SignOptions SignOptions { get; set; }