Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectElement.Sequence

TElSAMLSubjectElement     See also     


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


Defines whether this Subject element contains an ID element.

Declaration

[C#]
    bool Sequence;

[VB.NET]
    Property Sequence As Boolean

[Pascal]
    property Sequence : boolean;

[C++]
    bool get_Sequence();

[PHP]
    bool get_Sequence()

[Java]
    boolean getSequence();

Description

This property defines whether this Subject element contains an identifier (one of BaseID, NameID, or EncryptedID elements). When this property is set to true, the indexing in the SubjectConfirmations list starts from 1, otherwise it starts from 0.

See also:     SubjectConfirmations    

Discuss this help topic in SecureBlackbox Forum