Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
identityType
Type: System.StringThe identifier.
identifier
Type: System.StringThe 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.