Propriété ServiceElement.ClaimsAuthenticationManager
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ServiceElement Dim value As CustomTypeElement value = instance.ClaimsAuthenticationManager instance.ClaimsAuthenticationManager = value
Syntaxe
'Déclaration
<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)
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ServiceElement
Membres ServiceElement
Espace de noms Microsoft.IdentityModel.Configuration