Namespace: Microsoft.IdentityModel.Web.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As FederatedAuthenticationElement
Dim value As WSFederationAuthenticationElement

value = instance.WSFederation

instance.WSFederation = value

Syntax

Visual Basic
<ConfigurationPropertyAttribute("wsFederation", IsRequired:=False)> _
Public Property WSFederation As WSFederationAuthenticationElement
C#
[ConfigurationPropertyAttribute("wsFederation", IsRequired=false)] 
public WSFederationAuthenticationElement WSFederation { get; set; }
C++
[ConfigurationPropertyAttribute(L"wsFederation", IsRequired=false)] 
public:
property WSFederationAuthenticationElement^ WSFederation {
		WSFederationAuthenticationElement^ get ();
		void set (WSFederationAuthenticationElement^ value);
}
J#
/** @property */
public WSFederationAuthenticationElement get_WSFederation ()

/** @property */
public void set_WSFederation (WSFederationAuthenticationElement value)
JScript
public function get WSFederation () : WSFederationAuthenticationElement

public function set WSFederation (value : WSFederationAuthenticationElement)

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also