EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.SigningOptions

TElCMSSignature     See also    


 

This property specifies various signing options.

 
 

Declaration

[C#]
    TSBCMSSigningOptions SigningOptions;

    TSBCMSSigningOptions represents a bit mask which contains zero or more bit flags as defined by TSBCMSSigningOption.

[VB.NET]
    Property SigningOptions As TSBCMSSigningOptions

    TSBCMSSigningOptions represents a bit mask which contains zero or more bit flags as defined by TSBCMSSigningOption.

[Pascal]
    property SigningOptions : TSBCMSSigningOptions;

    TSBCMSSigningOptions = set of TSBCMSSigningOption;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible values:

[.NET] [Pascal] Description
1 csoInsertMessageDigests if this flag is enabled, message digests will be included to the signature.
2 csoInsertSigningTime if this flag is enabled, signing time will be inserted to the signature.
4 csoInsertContentType if this flag is enabled, ContentType will be included to the signature.
8 csoUseGeneralizedTimeFormat if this flag is enabled, the generalized time format will be used.
16 csoIncludeCertToMessage if this option is enabled, the signing certificate will be included to the signature.
32 csoIncludeCertToAttributes if this option is enabled, the signing certificate will be included to attributes.
64 csoImzagerMIMCompatibility if this option is enabled, Imzager MIM compatibility mode is used.
128 csoForceSigningCertificateV2Usage if this option is enabled, signing certificates V2 will be used.
256 csoAnnexKArchiveTimestampV2Mode if this option is enabled, the ArchiveTimestampV2 digest algorithm described in the Annex K of CAdES 1.8.1 specification will be used.
Declared in
[.NET] [Pascal]
Namespace: SBCMS
Assembly: SecureBlackbox.PKI
Unit: SBCMS

 
 

Description

    Use this property to specify various signing options.

 
 

See also:     Sign     UseCachedDigests    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation