AuthenticationTokenProvider Class
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Infrastructure.AuthenticationTokenProvider
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Class AuthenticationTokenProvider _
Implements IAuthenticationTokenProvider
'Usage
Dim instance As AuthenticationTokenProvider
public class AuthenticationTokenProvider : IAuthenticationTokenProvider
public ref class AuthenticationTokenProvider : IAuthenticationTokenProvider
type AuthenticationTokenProvider =
class
interface IAuthenticationTokenProvider
end
public class AuthenticationTokenProvider implements IAuthenticationTokenProvider
The AuthenticationTokenProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AuthenticationTokenProvider |
Top
Properties
Name | Description | |
---|---|---|
OnCreate | ||
OnCreateAsync | ||
OnReceive | ||
OnReceiveAsync |
Top
Methods
Name | Description | |
---|---|---|
Create | ||
CreateAsync | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Receive | ||
ReceiveAsync | ||
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.