Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As ServiceElement
Dim value As FederatedAuthenticationElement

value = instance.FederatedAuthentication

instance.FederatedAuthentication = value

Синтаксис

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

/** @property */
public void set_FederatedAuthentication (FederatedAuthenticationElement value)
JScript
public function get FederatedAuthentication () : FederatedAuthenticationElement

public function set FederatedAuthentication (value : FederatedAuthenticationElement)

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также