Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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