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

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

Visual Basic
Dim instance As WSFederationAuthenticationElement
Dim value As String

value = instance.AuthenticationType

Синтаксис

Visual Basic
<ConfigurationPropertyAttribute("authenticationType", IsRequired:=False)> _
Public ReadOnly Property AuthenticationType As String
C#
[ConfigurationPropertyAttribute("authenticationType", IsRequired=false)] 
public string AuthenticationType { get; }
C++
[ConfigurationPropertyAttribute(L"authenticationType", IsRequired=false)] 
public:
property String^ AuthenticationType {
		String^ get ();
}
J#
/** @property */
public String get_AuthenticationType ()
JScript
public function get AuthenticationType () : String

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также