VssServiceIdentityCredential Constructor (String, String)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Sub New ( _
userName As String, _
password As String _
)
public VssServiceIdentityCredential(
string userName,
string password
)
public:
VssServiceIdentityCredential(
String^ userName,
String^ password
)
new :
userName:string *
password:string -> VssServiceIdentityCredential
public function VssServiceIdentityCredential(
userName : String,
password : String
)
Parameters
- userName
Type: System.String
- password
Type: System.String
.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.
See Also
Reference
VssServiceIdentityCredential Class