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
public PathString CallbackPath { get; set; }
public:
property PathString CallbackPath {
PathString get();
void set(PathString value);
}
member CallbackPath : PathString with get, set
Public Property CallbackPath As PathString
Property Value
Type: Microsoft.Owin.PathString
Returns PathString.
See Also
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top