Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.KeyDataNeeded

TElXMLVerifier     See also     


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


Specifies, whether a key is needed to validate the signature.

Declaration

[C#]
    bool KeyDataNeeded;

[VB.NET]
    Property KeyDataNeeded As Boolean

[Pascal]
    property KeyDataNeeded : boolean;

[C++]
    bool get_KeyDataNeeded();

[PHP]
    bool get_KeyDataNeeded()

[Java]
    boolean getKeyDataNeeded();

Description

    Use this read-only properyt to get know if ValidateSignature has returned False because the key is unavailable.

See also:     KeyData    

Discuss this help topic in SecureBlackbox Forum