Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptionMethodType.IsEmpty

TElSAMLEncryptionMethodType     


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


Checks whether this element contains any data.

Declaration

[C#]
    bool IsEmpty();

[VB.NET]
    Function IsEmpty() As Boolean

[Pascal]
    under development

[C++]
    bool IsEmpty();

[PHP]
    bool IsEmpty()

[Java]
    boolean isEmpty();

Return value

Returns true if this element doesn't contain any data.

Description

Use this method to check whether this element contains any data at all.

Discuss this help topic in SecureBlackbox Forum