Freigeben über


VssTokenKey Constructor (String, String, String, String)

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

Syntax

'Declaration
Public Sub New ( _
    kind As String, _
    resource As String, _
    userName As String, _
    type As String _
)
public VssTokenKey(
    string kind,
    string resource,
    string userName,
    string type
)
public:
VssTokenKey(
    String^ kind, 
    String^ resource, 
    String^ userName, 
    String^ type
)
new : 
        kind:string * 
        resource:string * 
        userName:string * 
        type:string -> VssTokenKey
public function VssTokenKey(
    kind : String, 
    resource : String, 
    userName : String, 
    type : String
)

Parameters

.NET Framework Security

See Also

Reference

VssTokenKey Class

VssTokenKey Overload

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace