WsFederationAuthenticationOptions.CallbackPath Property
An optional constrained path on which to process the authentication callback. Computed from Wreply if not provided.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
'Declaration
Public Property CallbackPath As PathString
Get
Set
'Usage
Dim instance As WsFederationAuthenticationOptions
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
Returns PathString.