WsFederationAuthenticationOptions Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod WsFederationAuthenticationOptions()

Initializes a new WsFederationAuthenticationOptions

System_CAPS_pubmethod WsFederationAuthenticationOptions(String)

Initializes a new WsFederationAuthenticationOptions

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top

WsFederationAuthenticationOptions Constructor ()

Initializes a new WsFederationAuthenticationOptions

Syntax

public WsFederationAuthenticationOptions()
public:
WsFederationAuthenticationOptions()
new : unit -> WsFederationAuthenticationOptions
Public Sub New

Return to top

WsFederationAuthenticationOptions Constructor (String)

Initializes a new WsFederationAuthenticationOptions

Syntax

public WsFederationAuthenticationOptions(
    string authenticationType
)
public:
WsFederationAuthenticationOptions(
    String^ authenticationType
)
new : 
        authenticationType:string -> WsFederationAuthenticationOptions
Public Sub New (
    authenticationType As String
)

Parameters

Return to top