WindowsClaimsIdentity Properties

[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]

Public Properties

  Name Description
public property Actor Gets the calling party that was granted delegation rights.
public property AuthenticationType  (Inherited from WindowsIdentity)
public property BootstrapToken Gets or sets the security token that was originally used to create this identity.
public property Claims Gets the set of claims associated with this identity.
public property Groups  (Inherited from WindowsIdentity)
public property ImpersonationLevel  (Inherited from WindowsIdentity)
public property IsAnonymous  (Inherited from WindowsIdentity)
public property IsAuthenticated  (Inherited from WindowsIdentity)
public property IsGuest  (Inherited from WindowsIdentity)
public property IsSystem  (Inherited from WindowsIdentity)
public property Label Gets or sets a label for the user represented by this WindowsClaimsIdentity.
public property Name Overridden. Gets the name of the user represented by this WindowsClaimsIdentity.
public property NameClaimType Gets or sets the claim type to be used for the Name property.
public property Owner  (Inherited from WindowsIdentity)
public property RoleClaimType Gets or sets the claim type used for the IsInRole method.
public property Token  (Inherited from WindowsIdentity)
public property User  (Inherited from WindowsIdentity)

See Also

Reference

WindowsClaimsIdentity Class
Microsoft.IdentityModel.Claims Namespace
WindowsClaimsIdentity.CertificateLogon Does Not Require Certificate to be Issued by a Root Trusted by Active Directory

Other Resources

Built-In Token Handlers
What is Windows Identity Foundation?
Claims to Windows Token Service (c2WTS) Overview

Copyright © 2008 by Microsoft Corporation. All rights reserved.