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 | |
---|---|---|
IdentityDescriptor() | Default constructor, for XML serializer only. | |
IdentityDescriptor(IdentityDescriptor) | Copy constructor. | |
IdentityDescriptor(String, String) | Constructor. |
Top
Properties
Name | Description | |
---|---|---|
Data | Any additional data specific to identity type. | |
Identifier | The unique identifier for this identity, not exceeding 256 chars, which will be persisted. | |
IdentityType | Type of descriptor, for example, Windows, Passport Network credentials and so on. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.