IdentityUtil Class
This class needs to go away once TFIMS is gone.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.Core.IdentityUtil
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public NotInheritable Class IdentityUtil
public static class IdentityUtil
public ref class IdentityUtil abstract sealed
[<AbstractClass>]
[<Sealed>]
type IdentityUtil = class end
public final class IdentityUtil
The IdentityUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
Convert(Identity) | ||
Convert(IList<Identity>) | ||
Convert(TeamFoundationIdentity) | ||
Convert(IList<TeamFoundationIdentity>) | ||
GetDomainName | ||
GetDomainUserName(TeamFoundationIdentity) | Get identity name for display. | |
GetDomainUserName(TeamFoundationIdentity, String%) | Get identity name for display. In addition the name which can be uniquely resolved is also returned. | |
IdentityHasName |
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.