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
- resource
Type: System.String
- type
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.Common.TokenStorage.VssTokenKey
.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.