Discuss this help topic in SecureBlackbox Forum
Specifies the format for this identifier.
Declaration
[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".
Discuss this help topic in SecureBlackbox Forum