Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.RedirectToSuppliedResource

TElSAMLServiceProvider     See also     


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


Specifies whether the user should be automatically redirected to the supplied resource.

Declaration

[C#]
    bool RedirectToSuppliedResource;

[VB.NET]
    Property RedirectToSuppliedResource As Boolean

[Pascal]
    property RedirectToSuppliedResource : boolean;

[C++]
    bool get_RedirectToSuppliedResource();
    void set_RedirectToSuppliedResource(bool Value);

[PHP]
    bool get_RedirectToSuppliedResource()
    void set_RedirectToSuppliedResource(bool $Value)

[Java]
    boolean getRedirectToSuppliedResource();
    void setRedirectToSuppliedResource(boolean Value);

Description

This property specifies whether the user should be automatically redirected to the supplied resource if permitted. The default value is true.

See also:     OnLogout    

Discuss this help topic in SecureBlackbox Forum