ServiceIdentityInfo Constructor (String, String)
Create service identity information with the given name and password.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
password As String _
)
public ServiceIdentityInfo(
string name,
string password
)
public:
ServiceIdentityInfo(
String^ name,
String^ password
)
new :
name:string *
password:string -> ServiceIdentityInfo
public function ServiceIdentityInfo(
name : String,
password : String
)
Parameters
name
Type: System.StringThe name of the service identity.
password
Type: System.StringThe password of the service identity.
.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.