TeamFoundationIdentity, constructeur (IdentityDescriptor, String, Boolean, ICollection<IdentityDescriptor>, ICollection<IdentityDescriptor>)
Constructeur.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- 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>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.