WsFederationAuthenticationDefaults Class
Default values related to WsFederation authentication middleware
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.WsFederation.WsFederationAuthenticationDefaults
Syntax
public static class WsFederationAuthenticationDefaults
public ref class WsFederationAuthenticationDefaults abstract sealed
[<AbstractClass>]
[<Sealed>]
type WsFederationAuthenticationDefaults = class end
Public NotInheritable Class WsFederationAuthenticationDefaults
Fields
Name | Description | |
---|---|---|
AuthenticationType | The default value used for WsFederationAuthenticationOptions.AuthenticationType |
|
Caption | The default value for WsFederationAuthenticationOptions.Caption. |
|
CookieName | The prefix used to provide a default WsFederationAuthenticationOptions.CookieName |
|
CookiePrefix | The prefix used to provide a default WsFederationAuthenticationOptions.CookieName |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.WsFederation Namespace
Return to top