The T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal class extends the T:System.Security.Principal.WindowsPrincipal to carry T:Microsoft.IdentityModel.Claims.Claim information in addition to the identity information draw from Windows security tokens.

The following tables list the members exposed by the WindowsClaimsPrincipal type.

Public Constructors

  Name Description
WindowsClaimsPrincipal Overloaded. Initializes an instance of the WindowsClaimsPrincipal.
Top

Public Properties

  Name Description
public property Identities A collection of claims-based identities associated with this principal.
public property Identity Overridden. Gets the IIdentity associated with this principal.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Copy Returns a new T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal object copied from this object.
public methodstatic CreateFromWindowsIdentity Overloaded.  
public method Dispose Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IsInRole Overloaded.  
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Dispose Overloaded.  
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.