VssClientCredentialStorage.BuildTokenKey Method
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Protected Overridable Function BuildTokenKey ( _
serverUrl As Uri, _
credentialType As VssCredentialsType _
) As VssTokenKey
protected virtual VssTokenKey BuildTokenKey(
Uri serverUrl,
VssCredentialsType credentialType
)
protected:
virtual VssTokenKey^ BuildTokenKey(
Uri^ serverUrl,
VssCredentialsType credentialType
)
abstract BuildTokenKey :
serverUrl:Uri *
credentialType:VssCredentialsType -> VssTokenKey
override BuildTokenKey :
serverUrl:Uri *
credentialType:VssCredentialsType -> VssTokenKey
protected function BuildTokenKey(
serverUrl : Uri,
credentialType : VssCredentialsType
) : VssTokenKey
Parameters
- serverUrl
Type: System.Uri
- credentialType
Type: Microsoft.VisualStudio.Services.Common.VssCredentialsType
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.