SignatureResource¶
Capabilities¶
Properties¶
- SignatureResource.AddCrl: A value indicating whether the signature should contain a CRL (Certificate Revocation List) instead of OCSP (Online Certificate Status Protocol). The default is
false. - SignatureResource.Detached: A value indicating whether the signature should be detached from the content. The default is
false. - SignatureResource.Digest: The digest algorithm to use. The default is
SHA256. - SignatureResource.ExternalHash: A value indicating whether an external hash should be used. The default is
false. - SignatureResource.Format: The format of the signature to generate. The default is
Cades. - SignatureResource.Level: The level of the signature to generate. The default is
BES. - SignatureResource.Source: The string data to be signed.
- SignatureResource.SourceBase64: The Base64 encoded data to be signed.
- SignatureResource.SourceFile: The file ID of the data to be signed.