Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SAMLSessionCookieName

TElSAMLServiceProvider     See also     


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


Specifies SAML session cookie name.

Declaration

[C#]
    string SAMLSessionCookieName;

[VB.NET]
    Property SAMLSessionCookieName As String

[Pascal]
    property SAMLSessionCookieName : string;

[C++]
    void get_SAMLSessionCookieName(std::string &OutResult);
    void set_SAMLSessionCookieName(const std::string &Value);

[PHP]
    string get_SAMLSessionCookieName()
    void set_SAMLSessionCookieName(string $Value)

[Java]
    String getSAMLSessionCookieName();
    void setSAMLSessionCookieName(String Value);

Description

Use this property to specify SAML session cookie name. The default value is 'SBBSAMLSESSION'.

See also:     SessionCookieName    

Discuss this help topic in SecureBlackbox Forum