VssTokenStorage.RetrieveTokenSecret Method

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

Syntax

'Declaration
Public MustOverride Function RetrieveTokenSecret ( _
    token As VssToken _
) As String
public abstract string RetrieveTokenSecret(
    VssToken token
)
public:
virtual String^ RetrieveTokenSecret(
    VssToken^ token
) abstract
abstract RetrieveTokenSecret : 
        token:VssToken -> string
public abstract function RetrieveTokenSecret(
    token : VssToken
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VssTokenStorage Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace