Discuss this help topic in SecureBlackbox Forum

TElSAMLClientSettings.Proto

TElSAMLClientSettings     


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


Specifies the name of the SAML protocol message being processed.

Declaration

[C#]
    string Proto;

[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