Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectElement.SubjectConfirmationCount

TElSAMLSubjectElement     See also     


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


Specifies the number of items in the list

Declaration

[C#]
    int SubjectConfirmationCount;

[VB.NET]
    Property SubjectConfirmationCount As Integer

[Pascal]
    property SubjectConfirmationCount : integer;

[C++]
    int32_t get_SubjectConfirmationCount();

[PHP]
    integer get_SubjectConfirmationCount()

[Java]
    int getSubjectConfirmationCount();

Description

This property returns the number of SubjectConfirmation elements in the list.

See also:     Sequence     SubjectConfirmations     AddSubjectConfirmation     RemoveSubjectConfirmation    

Discuss this help topic in SecureBlackbox Forum