Discuss this help topic in SecureBlackbox Forum
Specifies the name of the SAML protocol message being processed.
Declaration
[VB.NET]
Property Proto As String
[Pascal]
property Proto : string;
[C++]
void get_Proto(std::string &OutResult);
void set_Proto(const std::string &Value);
[PHP]
string get_Proto()
void set_Proto(string $Value)
[Java]
String getProto();
void setProto(String Value);
Description
This property specifies the name of the SAML protocol message being processed, e.g., 'AuthnRequest'.
Discuss this help topic in SecureBlackbox Forum