Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationElement.ID

TElSAMLSubjectConfirmationElement     See also     


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


Identifier of the entity which can satisfy the subject confirmation requirements.

Declaration

[C#]
    TElSAMLID ID;

[VB.NET]
    Property ID As TElSAMLID

[Pascal]
    property ID : TElSAMLID;

[C++]
    TElSAMLID* get_ID();
    void set_ID(TElSAMLID &Value);
    void set_ID(TElSAMLID *Value);

[PHP]
    TElSAMLID get_ID()
    void set_ID(TElSAMLID $Value)

[Java]
    TElSAMLID getID();
    void setID(TElSAMLID Value);

Description

This property specifies the identifier of the entity which is expected to satisfy the subject confirmation requirements.

See also:     SubjectConfirmationData    

Discuss this help topic in SecureBlackbox Forum