Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor.
Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    descriptor As IdentityDescriptor, _
    displayName As String, _
    isActive As Boolean, _
    members As ICollection(Of IdentityDescriptor), _
    memberOf As ICollection(Of IdentityDescriptor) _
)
public TeamFoundationIdentity(
    IdentityDescriptor descriptor,
    string displayName,
    bool isActive,
    ICollection<IdentityDescriptor> members,
    ICollection<IdentityDescriptor> memberOf
)
public:
TeamFoundationIdentity(
    IdentityDescriptor^ descriptor, 
    String^ displayName, 
    bool isActive, 
    ICollection<IdentityDescriptor^>^ members, 
    ICollection<IdentityDescriptor^>^ memberOf
)
new : 
        descriptor:IdentityDescriptor * 
        displayName:string * 
        isActive:bool * 
        members:ICollection<IdentityDescriptor> * 
        memberOf:ICollection<IdentityDescriptor> -> TeamFoundationIdentity
public function TeamFoundationIdentity(
    descriptor : IdentityDescriptor, 
    displayName : String, 
    isActive : boolean, 
    members : ICollection<IdentityDescriptor>, 
    memberOf : ICollection<IdentityDescriptor>
)
Parameters
- descriptor
 Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- displayName
 Type: System.String
- isActive
 Type: System.Boolean
- members
 Type: System.Collections.Generic.ICollection<IdentityDescriptor>
- memberOf
 Type: System.Collections.Generic.ICollection<IdentityDescriptor>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.