Class SignOutRequest
Request for the SignOut call
Inheritance
System.Object
SignOutRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Web.Security
Assembly: ImageVault.Web.dll
Syntax
public class SignOutRequest
Constructors
SignOutRequest()
Declaration
public SignOutRequest()
Properties
RedirectUrl
The redirect url that the sign out process should direct the end user to
Declaration
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Request
Declaration
public HttpRequestBase Request { get; set; }
Property Value
Type | Description |
---|---|
System.Web.HttpRequestBase |
Response
Declaration
public HttpResponseBase Response { get; set; }
Property Value
Type | Description |
---|---|
System.Web.HttpResponseBase |