IdentityDescriptor Class

A wrapper for the identity type—Windows SID, Passport Network credentials—and a unique identifier such as the SID or PUID.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public NotInheritable Class IdentityDescriptor
public sealed class IdentityDescriptor
public ref class IdentityDescriptor sealed
[<Sealed>]
type IdentityDescriptor =  class end
public final class IdentityDescriptor

The IdentityDescriptor type exposes the following members.

Constructors

  Name Description
Public method IdentityDescriptor() Default constructor, for XML serializer only.
Public method IdentityDescriptor(IdentityDescriptor) Copy constructor.
Public method IdentityDescriptor(String, String) Constructor.

Top

Properties

  Name Description
Public property Data Any additional data specific to identity type.
Public property Identifier The unique identifier for this identity, not exceeding 256 chars, which will be persisted.
Public property IdentityType Type of descriptor, for example, Windows, Passport Network credentials and so on.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Thread Safety

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

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace