Specifies whether to insert digest value into the signature
soIgnoreTimestampFailure = 2
soIgnoreTimestampFailure
f_soIgnoreTimestampFailure = 2
Specifies whether to ignore a time-stamp failure
soNoOuterContentInfo = 4
soNoOuterContentInfo
f_soNoOuterContentInfo = 4
Forces
TElMessageSigner
to suppress outerContentInfo record when writing signature object
soRawCountersign = 8
soRawCountersign
f_soRawCountersign = 8
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
f_soInsertSigningTime = 16
Specifies whether to include the SigningTime attribute into the signature
soUseGeneralizedTimeFormat = 32
soUseGeneralizedTimeFormat
f_soUseGeneralizedTimeFormat = 32
Makes
TElMessageSigner
force ASN.1 GeneralizedTime type for date/time values.
If this flag is disabled, UTCTime type is used instead
soIgnoreBadCountersignatures = 64
soIgnoreBadCountersignatures
f_soIgnoreBadCountersignatures = 64
…
soUseImplicitContent = 128
soUseImplicitContent
f_soUseImplicitContent = 128
…
Declared in
[.NET]
[Pascal]
[C++]
Namespace: SBMessages Assembly: SecureBlackbox
Unit: SBMessages
sbmessages.h
Description
Use this property to specify various data signing options.