AuthenticationTokenReceiveContext Constructor (IOwinContext, ISecureDataFormat<AuthenticationTicket>, String)
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationTokenReceiveContext(
IOwinContext context,
ISecureDataFormat<AuthenticationTicket> secureDataFormat,
string token
)
public:
AuthenticationTokenReceiveContext(
IOwinContext^ context,
ISecureDataFormat<AuthenticationTicket^>^ secureDataFormat,
String^ token
)
new :
context:IOwinContext *
secureDataFormat:ISecureDataFormat<AuthenticationTicket> *
token:string -> AuthenticationTokenReceiveContext
Public Sub New (
context As IOwinContext,
secureDataFormat As ISecureDataFormat(Of AuthenticationTicket),
token As String
)
See Also
AuthenticationTokenReceiveContext Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top