EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageSigner.SigningOptions

TElMessageSigner     See also    


 

Specifies data signing options.

 
 

Declaration

[C#]
    TSBSigningOptions SigningOptions;

TSBSigningOptions represents a bit mask which contains zero or more bit flags as defined by TSBSigningOption;

[VB.NET]
    Property SigningOptions As TSBSigningOptions;

TSBSigningOptions represents a bit mask which contains zero or more bit flags as defined by TSBSigningOption;

[Pascal]
    property SigningOptions : TSBSigningOptions;
TSBSigningOptions = set of TSBSigningOption;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

TSBSigningOptions values

[.NET] [ActiveX] [Pascal] Description
soInsertMessageDigests = 1 soInsertMessageDigests specifies whether to insert digest value into the signature
soIgnoreTimestampFailure = 2 soIgnoreTimestampFailure specifies whether to ignore a time-stamp failure
soNoOuterContentInfo = 4 soNoOuterContentInfo forces TElMessageSigner to suppress outerContentInfo record when writing signature object
soRawCountersign = 8 soRawCountersign If this option is enabled than TElMessageSigner treats transmitted buffer as the message hash value. If it is disabled, TElMessageSigner expects to receive electronic message in PKCS#7 format.
soInsertSigningTime = 16 soInsertSigningTime specifies whether to include the SigningTime attribute into the signature
soUseGeneralizedTimeFormat = 32 soUseGeneralizedTimeFormat makes TElMessageSigner force ASN.1 GeneralizedTime type for date/time values. If this flag is disabled, UTCTime type is used instead.
soIgnoreBadCountersignatures = 64 soIgnoreBadCountersignatures …
soUseImplicitContent = 128 soUseImplicitContent …
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBMessages
Assembly: SecureBlackbox
Unit: SBMessages Module: BaseBBox7.dll

 
 

Description

    Use this property to specify various data signing options.

 
 

See also:     Sign    

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