VssServiceIdentityCredential Constructor (String, String, VssServiceIdentityToken)
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, _
initialToken As VssServiceIdentityToken _
)
public VssServiceIdentityCredential(
string userName,
string password,
VssServiceIdentityToken initialToken
)
public:
VssServiceIdentityCredential(
String^ userName,
String^ password,
VssServiceIdentityToken^ initialToken
)
new :
userName:string *
password:string *
initialToken:VssServiceIdentityToken -> VssServiceIdentityCredential
public function VssServiceIdentityCredential(
userName : String,
password : String,
initialToken : VssServiceIdentityToken
)
Parameters
- userName
Type: System.String
- password
Type: System.String
- initialToken
Type: Microsoft.VisualStudio.Services.Common.VssServiceIdentityToken
.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