IdentityHelper Class
Helper class to manage Team Foundation identity descriptors.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.IdentityHelper
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class IdentityHelper
public static class IdentityHelper
public ref class IdentityHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type IdentityHelper = class end
public final class IdentityHelper
The IdentityHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateDescriptorFromSid(SecurityIdentifier) | Creates a Team Foundation identity descriptor from the specified SID. | |
CreateDescriptorFromSid(String) | Creates a Team Foundation identity descriptor from the specified SID. | |
CreateTeamFoundationDescriptor(SecurityIdentifier) | Creates a Team Foundation identity descriptor from the specified SID. | |
CreateTeamFoundationDescriptor(String) | Creates a Team Foundation identity descriptor from the specified SID. | |
CreateWindowsDescriptor(SecurityIdentifier) | Creates a Windows identity descriptor from the specified SID. | |
CreateWindowsDescriptor(String) | Creates a Windows identity descriptor from the specified SID. | |
GetDomainName | Gets the domain name of the specified identity. | |
GetDomainUserName(TeamFoundationIdentity) | Gets the display name of the specified identity. | |
GetDomainUserName(TeamFoundationIdentity, String%) | Gets the display name of the specified identity. Also returns the uniquely resolvable name. |
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.