MicrosoftAccountAuthenticationOptions.CallbackPath Property

The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives. Default value is "/signin-microsoft".

Namespace:  Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

Syntax

'Declaration
Public Property CallbackPath As PathString 
    Get 
    Set
'Usage
Dim instance As MicrosoftAccountAuthenticationOptions 
Dim value As PathString 

value = instance.CallbackPath

instance.CallbackPath = value
public PathString CallbackPath { get; set; }
public:
property PathString CallbackPath {
    PathString get ();
    void set (PathString value);
}
member CallbackPath : PathString with get, set
function get CallbackPath () : PathString 
function set CallbackPath (value : PathString)

Property Value

Type: Microsoft.Owin.PathString

See Also

Reference

MicrosoftAccountAuthenticationOptions Class

Microsoft.Owin.Security.MicrosoftAccount Namespace