Identity Members

Include Protected Members
Include Inherited Members

An Identity structure represents a user, group, or Team Foundation Server application group, along with some of their attributes.

The Identity type exposes the following members.

Constructors

 

Name

Description

Public method

Identity

Initializes a new instance of the Identity class.

Top

Methods

 

Name

Description

Public method

CompareTo

Compares this identity to the specified identity

Public method

Equals

(Overrides Object.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

(Overrides Object.GetHashCode().)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

(Overrides Object.ToString().)

Top

Properties

 

Name

Description

Public property

AccountName

Gets or sets the account name of an identity.

Public property

Deleted

Gets or sets a value indication whether the identity has been deleted

Public property

Description

Gets or sets a description of the identity

Public property

DisplayName

Gets or set a display name for the identity

Public property

DistinguishedName

A distinguished name in LDAP form for the identity

Public property

Domain

The domain which qualifies the account name of an identity.

Public property

MailAddress

Gets or sets the e-mail address of the identity

Public property

MemberOf

Gets or sets an array of application groups an identity belongs to

Public property

Members

Gets or sets an array of identities that are members of a group

Public property

SecurityGroup

Indicates whether an identity is a member of a security group.

Public property

Sid

Gets or sets the SID associated with an identity

Public property

SpecialType

Gets or sets the special type of an application group

Public property

Type

Gets or sets the type of an identity

Top

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace