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

  • password
    Type: System.String

    The password of the service identity.

.NET Framework Security

See Also

Reference

ServiceIdentityInfo Class

ServiceIdentityInfo Overload

Microsoft.TeamFoundation.Framework.Client Namespace