Method | Description | |
---|---|---|
Authenticate ( string Username, string Password, int ExpiresInMinutes, IContainer Container, System.Web.HttpContextBase CurrentContext ) : bool |
Authenticates a user and enableds the Windows Live Writer workaround
|
|
Disable ( System.Web.HttpContextBase CurrentContext ) : void |
Disables the Windows Live Writer workaround
|
|
IsActive ( System.Web.HttpContextBase CurrentContext ) : bool | ||
SetWLWUserIfAvailable ( |
public static Authenticate ( string Username, string Password, int ExpiresInMinutes, IContainer Container, System.Web.HttpContextBase CurrentContext ) : bool | ||
Username | string | |
Password | string | |
ExpiresInMinutes | int | Number of minutes to keep the workaround alive |
Container | IContainer | |
CurrentContext | System.Web.HttpContextBase | |
return | bool |
public static Disable ( System.Web.HttpContextBase CurrentContext ) : void | ||
CurrentContext | System.Web.HttpContextBase | |
return | void |
public static IsActive ( System.Web.HttpContextBase CurrentContext ) : bool | ||
CurrentContext | System.Web.HttpContextBase | |
return | bool |
public static SetWLWUserIfAvailable ( |
||
CurrentContext | ||
return | void |