Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.VerificationOptions

TElMessageVerifier     See also     


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


VerificationOptions property allows to configure the behaviour of TElMessageVerifier object.

Declaration

[C#]
    TSBVerificationOptions VerificationOptions;

[VB.NET]
    Property VerificationOptions As TSBVerificationOptions

[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)

[Java]
    short getVerificationOptions();
    void setVerificationOptions(short Value);

Values:

TSBVerificationOptions 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