Discuss this help topic in SecureBlackbox Forum

TElSAMLNameIDElement.Format

TElSAMLNameIDElement     See also     


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


Specifies the format for this identifier.

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 property should contain the URI reference of the desired format, for instance, "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified".

See also:     Value    

Discuss this help topic in SecureBlackbox Forum