Signature |
The signature configuration
public class SignatureConfiguration : SignatureConfiguration
The SignatureConfiguration type exposes the following members.
Name | Description | |
---|---|---|
AddTimestamp | Whether to add a trusted time-stamp to the signature If , the TimestampUrl must be set. Default: | |
Appearance | The visual appearance of the signature The visual appearance or to create a signature without a visual appearance. Default: (Inherited from SignatureConfiguration) | |
ContactInfo | The contact information of the signer Information provided by the signer to enable a recipient to contact the signer to verify the signature. For example, a phone number.(Inherited from SignatureConfiguration) | |
FieldName | The name of the existing signature field The FieldName of an existing, unsigned signature field to sign. Note that when an existing signature field is signed, the appearance's position is defined by the existing field. Therefore, make sure the Appearance fits into the BoundingBox. If a new signature field is created using a unique field name. Default: (Inherited from SignatureConfiguration) | |
HashAlgorithm | The message digest algorithm The algorithm used to hash the document and from which the cryptographic signature is created. Default: Sha256 | |
Location | The location of signing The CPU host name or physical location of the signing.(Inherited from SignatureConfiguration) | |
Name | The name of the signing certificate (Inherited from SignatureConfiguration) | |
Reason | The reason for signing (Inherited from SignatureConfiguration) | |
SignatureFormat | The format (encoding) of the cryptographic signature Default: EtsiCadesDetached | |
SignaturePaddingType | The padding type of the cryptographic signature Default: RsaSsaPss for RSA and Default for ECDSA certificates | |
ValidationInformation | Whether to add validation information (LTV) For signing certificates that do not offer validation (revocation) information (OCSP or CRL), this property is ignored. If downloading validation information fails, an error NotFoundException or HttpException is generated. See AddValidationInformationFailed for a description of possible error causes and solutions. Default: EmbedInDocument if the signing certificate offers validation information and None otherwise |
Name | Description | |
---|---|---|
AddCertificate | Add a certificate Add a certificate to the signature configuration. Adding certificates of the trust chain is often required, if they are missing in the PKCS#11 device's store and validation information is added (see ValidationInformation). For example, if this object has been created using CreateSignatureFromKeyId(Byte, Stream). | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |