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

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

Visual Basic
Dim instance As ServiceElement
Dim value As CustomTypeElement

value = instance.ClaimsAuthorizationManager

instance.ClaimsAuthorizationManager = value

Синтаксис

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

/** @property */
public void set_ClaimsAuthorizationManager (CustomTypeElement value)
JScript
public function get ClaimsAuthorizationManager () : CustomTypeElement

public function set ClaimsAuthorizationManager (value : CustomTypeElement)

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также