Discuss this help topic in SecureBlackbox Forum

TElXMLSignatureValue.IsEmpty

TElXMLSignatureValue     See also     


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


Checks if the XML element contains any data.

Declaration

[C#]
    bool IsEmpty();

[VB.NET]
    Function IsEmpty() As Boolean

[Pascal]
    function IsEmpty: boolean;

[C++]
    bool IsEmpty();

[PHP]
    bool IsEmpty()

[Java]
    boolean isEmpty();

Description

    Call this method to check whether the SignatureValue element contains any data.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum