Свойство ServiceElement.ClaimsAuthenticationManager
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Dim instance As ServiceElement Dim value As CustomTypeElement value = instance.ClaimsAuthenticationManager instance.ClaimsAuthenticationManager = value
Синтаксис
'Декларация
<ConfigurationPropertyAttribute("claimsAuthenticationManager", IsRequired:=False)> _
Public Property ClaimsAuthenticationManager As CustomTypeElement
[ConfigurationPropertyAttribute("claimsAuthenticationManager", IsRequired=false)]
public CustomTypeElement ClaimsAuthenticationManager { get; set; }
[ConfigurationPropertyAttribute(L"claimsAuthenticationManager", IsRequired=false)]
public:
property CustomTypeElement^ ClaimsAuthenticationManager {
CustomTypeElement^ get ();
void set (CustomTypeElement^ value);
}
/** @property */
public CustomTypeElement get_ClaimsAuthenticationManager ()
/** @property */
public void set_ClaimsAuthenticationManager (CustomTypeElement value)
public function get ClaimsAuthenticationManager () : CustomTypeElement
public function set ClaimsAuthenticationManager (value : CustomTypeElement)
Безопасность потоков
Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также
Справочник
Класс ServiceElement
ServiceElement Члены
Пространство имен Microsoft.IdentityModel.Configuration