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
‘선언
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
- identityType
Type: System.String
The identifier.
- identifier
Type: System.String
The identity type.
.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.