Class SignOutAuditEventArgs
Event args used when signing out
Namespace: Umbraco.Web.Security
Assembly: Umbraco.Web.dll
Syntax
public class SignOutAuditEventArgs : IdentityAuditEventArgs
Constructors
View SourceSignOutAuditEventArgs(AuditEvent, String, String, Int32, Int32)
Declaration
public SignOutAuditEventArgs(AuditEvent action, string ipAddress, string comment = null, int performingUser = -1, int affectedUser = -1)
Parameters
Type | Name | Description |
---|---|---|
AuditEvent | action | |
System.String | ipAddress | |
System.String | comment | |
System.Int32 | performingUser | |
System.Int32 | affectedUser |
Properties
View SourceSignOutRedirectUrl
Allows event handlers to set a GET absolute URL to be redirected to after successful logout out of the back office. This can be used for external login providers.
Declaration
public string SignOutRedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |