Discuss this help topic in SecureBlackbox Forum

TElSAMLNameIDPolicyElement.Format

TElSAMLNameIDPolicyElement     


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


Defines the name identifier format.

Declaration

[C#]
    string Format;

[VB.NET]
    Property Format As String

[Pascal]
    property Format : TSBAnyURI;

[C++]
    void get_Format(std::string &OutResult);
    void set_Format(const std::string &Value);

[PHP]
    string get_Format()
    void set_Format(string $Value)

[Java]
    String getFormat();
    void setFormat(String Value);

Description

This (optional) attribute specifies a URI reference corresponding to the format of the name identifier.

Discuss this help topic in SecureBlackbox Forum