AuthenticationTokenCreateContext.SetToken Method

Namespace:  Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Sub SetToken ( _
    tokenValue As String _
)
'Usage
Dim instance As AuthenticationTokenCreateContext 
Dim tokenValue As String

instance.SetToken(tokenValue)
public void SetToken(
    string tokenValue
)
public:
void SetToken(
    String^ tokenValue
)
member SetToken : 
        tokenValue:string -> unit
public function SetToken(
    tokenValue : String
)

Parameters

See Also

Reference

AuthenticationTokenCreateContext Class

Microsoft.Owin.Security.Infrastructure Namespace