IdentityDescriptor Constructor

Initializes a new IdentityDescriptor instance that wraps the specified identity type and identifier.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    identityType As String, _
    identifier As String _
)
public IdentityDescriptor(
    string identityType,
    string identifier
)
public:
IdentityDescriptor(
    String^ identityType, 
    String^ identifier
)
new : 
        identityType:string * 
        identifier:string -> IdentityDescriptor
public function IdentityDescriptor(
    identityType : String, 
    identifier : String
)

Parameters

.NET Framework Security

See Also

Reference

IdentityDescriptor Class

Microsoft.TeamFoundation.Framework.Client Namespace