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

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

Visual Basic
Dim instance As ServiceConfiguration
Dim value As ClaimsAuthenticationManager

value = instance.ClaimsAuthenticationManager

instance.ClaimsAuthenticationManager = value

Синтаксис

Visual Basic
Public Property ClaimsAuthenticationManager As ClaimsAuthenticationManager
C#
public ClaimsAuthenticationManager ClaimsAuthenticationManager { get; set; }
C++
public:
property ClaimsAuthenticationManager^ ClaimsAuthenticationManager {
		ClaimsAuthenticationManager^ get ();
		void set (ClaimsAuthenticationManager^ value);
}
J#
/** @property */
public ClaimsAuthenticationManager get_ClaimsAuthenticationManager ()

/** @property */
public void set_ClaimsAuthenticationManager (ClaimsAuthenticationManager value)
JScript
public function get ClaimsAuthenticationManager () : ClaimsAuthenticationManager

public function set ClaimsAuthenticationManager (value : ClaimsAuthenticationManager)

Исключения

Тип исключений Условие

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также