Share via


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
System_CAPS_pubfieldSystem_CAPS_static AuthenticationType

The default value used for WsFederationAuthenticationOptions.AuthenticationType

System_CAPS_pubfieldSystem_CAPS_static Caption

The default value for WsFederationAuthenticationOptions.Caption.

System_CAPS_pubfieldSystem_CAPS_static CookieName

The prefix used to provide a default WsFederationAuthenticationOptions.CookieName

System_CAPS_pubfieldSystem_CAPS_static 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