Freigeben über


ServiceConfiguration.ClaimsAuthenticationManager Property

Gets or sets the ClaimsAuthenticationManager.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ServiceConfiguration
Dim value As ClaimsAuthenticationManager

value = instance.ClaimsAuthenticationManager

instance.ClaimsAuthenticationManager = value

Syntax

'Declaration
Public Property ClaimsAuthenticationManager As ClaimsAuthenticationManager
public ClaimsAuthenticationManager ClaimsAuthenticationManager { get; set; }
public:
property ClaimsAuthenticationManager^ ClaimsAuthenticationManager {
    ClaimsAuthenticationManager^ get ();
    void set (ClaimsAuthenticationManager^ value);
}
/** @property */
public ClaimsAuthenticationManager get_ClaimsAuthenticationManager ()

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

public function set ClaimsAuthenticationManager (value : ClaimsAuthenticationManager)

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace