VssToken Constructor
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, _
type As String, _
tokenValue As String _
)
protected VssToken(
string kind,
string resource,
string userName,
string type,
string tokenValue
)
protected:
VssToken(
String^ kind,
String^ resource,
String^ userName,
String^ type,
String^ tokenValue
)
new :
kind:string *
resource:string *
userName:string *
type:string *
tokenValue:string -> VssToken
protected function VssToken(
kind : String,
resource : String,
userName : String,
type : String,
tokenValue : String
)
Parameters
- kind
Type: System.String
- resource
Type: System.String
- userName
Type: System.String
- type
Type: System.String
- tokenValue
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
Microsoft.VisualStudio.Services.Common.TokenStorage Namespace