Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.NameIDPolicy

TElSAMLAuthnRequestElement     


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


Specifies the constraints on the subject's name identifier.

Declaration

[C#]
    TElSAMLNameIDPolicyElement NameIDPolicy;

[VB.NET]
    Property NameIDPolicy As TElSAMLNameIDPolicyElement

[Pascal]
    property NameIDPolicy : TElSAMLNameIDPolicyElement;

[C++]
    TElSAMLNameIDPolicyElement* get_NameIDPolicy();
    void set_NameIDPolicy(TElSAMLNameIDPolicyElement &Value);
    void set_NameIDPolicy(TElSAMLNameIDPolicyElement *Value);

[PHP]
    TElSAMLNameIDPolicyElement get_NameIDPolicy()
    void set_NameIDPolicy(TElSAMLNameIDPolicyElement $Value)

[Java]
    TElSAMLNameIDPolicyElement getNameIDPolicy();
    void setNameIDPolicy(TElSAMLNameIDPolicyElement Value);

Description

Use this property to specify constraints on the name identifier to be used to represent the requested subject.

Discuss this help topic in SecureBlackbox Forum