EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.VerificationOptions

TElMessageVerifier     See also    


 

VerificationOptions property allows to configure the behaviour of TElMessageVerifier object.

 
 

Declaration

[C#]
    TSBVerificationOptions VerificationOptions;

    TSBVerificationOptions represents a bit mask which contains zero or more bit flags as defined by TSBVerificationOption;

[VB.NET]
    Property VerificationOptions As TSBVerificationOptions;

    TSBVerificationOptions represents a bit mask which contains zero or more bit flags as defined by TSBVerificationOption;

[Pascal]
    property VerificationOptions : TSBVerificationOptions;
TSBVerificationOptions = set of TSBVerificationOption;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
1 voUseEmbeddedCerts voUseEmbeddedCerts = 1 if this flag is enabled, certificates contained in the signature body will be used for signature verification. These certificates can be accessed using Certificates property after signature is verified.
2 voUseLocalCerts voUseLocalCerts = 2 if this flag is enabled, certificates from the external certificate store (specified by the TElMessageVerifier.CertStorage property) will be used for signature verification.
4 voVerifyMessageDigests voVerifyMessageDigests = 4 if this flag is enabled, message digest should be verified.
8 voVerifyTimestamps voVerifyTimestamps = 8 if this flag is enabled, time-stamps should be verified.
16 voNoOuterContentInfo voNoOuterContentInfo = 16 tells TElMessageVerifier that it should expect a signature with no outerContentInfo record.
32 voLiberalMode voLiberalMode = 32 enables/disables liberal validation mode for MDP signatures.
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBMessages
Assembly: SecureBlackbox
Unit: SBMessages Module: BaseBBox7.dll

 
 

Description

    Use this property to configure verification process options. Please note, that either voUseEmbeddedCerts or voUseLocalCerts (or both) flags must be enabled.

 
 

See also:     Certificates     CertStorage    

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