This topic has not yet been rated - Rate this topic

ServiceConfiguration.ClaimsAuthenticationManager Property

Windows Identity Foundation


Gets or sets the ClaimsAuthenticationManager.


Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
  Dim instance As ServiceConfiguration
Dim value As ClaimsAuthenticationManager

value = instance.ClaimsAuthenticationManager

instance.ClaimsAuthenticationManager = value
public ClaimsAuthenticationManager ClaimsAuthenticationManager { get; set; }
/** @property */
public ClaimsAuthenticationManager get_ClaimsAuthenticationManager ()

/** @property */
public void set_ClaimsAuthenticationManager (ClaimsAuthenticationManager value)

public function get ClaimsAuthenticationManager () : ClaimsAuthenticationManager

public function set ClaimsAuthenticationManager (value : ClaimsAuthenticationManager)

Exception type Condition
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows 7, Windows Server 2008 R2, Windows Vista SP2, Windows Server 2008 SP2, Windows Server 2003 SP2 (32-bit or 64-bit)
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ