VssClientCredentialStorage.BuildTokenKey Method

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

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Protected Overridable Function BuildTokenKey ( _
    resource As String, _
    type As String _
) As VssTokenKey
protected virtual VssTokenKey BuildTokenKey(
    string resource,
    string type
)
protected:
virtual VssTokenKey^ BuildTokenKey(
    String^ resource, 
    String^ type
)
abstract BuildTokenKey : 
        resource:string * 
        type:string -> VssTokenKey  
override BuildTokenKey : 
        resource:string * 
        type:string -> VssTokenKey
protected function BuildTokenKey(
    resource : String, 
    type : String
) : VssTokenKey

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Common.TokenStorage.VssTokenKey

.NET Framework Security

See Also

Reference

VssClientCredentialStorage Class

Microsoft.VisualStudio.Services.Client Namespace