VssToken Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Protected Sub New ( _
    kind As String, _
    resource As String, _
    userName As String, _
    tokenValue As String _
)
protected VssToken(
    string kind,
    string resource,
    string userName,
    string tokenValue
)
protected:
VssToken(
    String^ kind, 
    String^ resource, 
    String^ userName, 
    String^ tokenValue
)
new : 
        kind:string * 
        resource:string * 
        userName:string * 
        tokenValue:string -> VssToken
protected function VssToken(
    kind : String, 
    resource : String, 
    userName : String, 
    tokenValue : String
)

Parameters

.NET Framework Security

See Also

Reference

VssToken Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace