Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.NameIDPolicyFormat

TElSAMLIDPSession     


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


Indicates the name ID format used in this session.

Declaration

[C#]
    string NameIDPolicyFormat;

[VB.NET]
    Property NameIDPolicyFormat As String

[Pascal]
    property NameIDPolicyFormat : string;

[C++]
    void get_NameIDPolicyFormat(std::string &OutResult);
    void set_NameIDPolicyFormat(const std::string &Value);

[PHP]
    string get_NameIDPolicyFormat()
    void set_NameIDPolicyFormat(string $Value)

[Java]
    String getNameIDPolicyFormat();
    void setNameIDPolicyFormat(String Value);

Description

This property indicates the name ID format used in this session.

Discuss this help topic in SecureBlackbox Forum