Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionIDRequestElement.ReferenceCount

TElSAMLAssertionIDRequestElement     See also     


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


Returns the number of carried AssertionIDRef elements.

Declaration

[C#]
    int ReferenceCount;

[VB.NET]
    Property ReferenceCount As Integer

[Pascal]
    property ReferenceCount : integer;

[C++]
    int32_t get_ReferenceCount();

[PHP]
    integer get_ReferenceCount()

[Java]
    int getReferenceCount();

Description

Use this property to get the number of assertion identifiers in the list.

See also:     References     AddReference     RemoveReference    

Discuss this help topic in SecureBlackbox Forum