Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.VerificationOptions

TElMessageVerifier     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


VerificationOptions property allows to configure the behaviour of TElMessageVerifier object.

Declaration

[C#/Java]
    TSBVerificationOptions VerificationOptions;
    
    TSBVerificationOptions = short;
    TSBVerificationOptions represents a bit mask which contains zero or more bit flags as defined by TSBVerificationOption

[VB.NET]
    Property VerificationOptions As TSBVerificationOptions;
    
    TSBVerificationOptions As SmallInt
    TSBVerificationOptions represents a bit mask which contains zero or more bit flags as defined by TSBVerificationOption

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

[C++]
    TSBVerificationOptions get_VerificationOptions();
    void set_VerificationOptions(TSBVerificationOptions Value);

[PHP]
    integer get_VerificationOptions()
    void set_VerificationOptions(integer $Value)

Values:


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    

Discuss this help topic in SecureBlackbox Forum