WsFederationAuthenticationOptions Constructor
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Overload List
Name | Description | |
---|---|---|
WsFederationAuthenticationOptions() | Initializes a new WsFederationAuthenticationOptions |
|
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
authenticationType
Type: System.Stringcorresponds to the IIdentity AuthenticationType property. AuthenticationType.
Return to top