Class SignerContext
Class SignerContext
Le nom : Aspose.Words.LowCode Assemblée: Aspose.Words.dll (25.4.0)
Le contexte de la signature
public class SignerContext : ProcessorContext
Inheritance
object ← ProcessorContext ← SignerContext
I membri ereditari
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 objet avec un certificat qui a été utilisé pour signer le fichier.
public CertificateHolder CertificateHolder { get; set; }
Valore di proprietà
Remarks
Le certificat en détenteur doit contenir des clés privées et avoir le X509KeyStorageFlags.Exportable flag set.
SignOptions
SignOptions objet avec différentes options de signature.
public SignOptions SignOptions { get; set; }