AuthenticationTokenProvider Class
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Infrastructure.AuthenticationTokenProvider
Syntax
public class AuthenticationTokenProvider : IAuthenticationTokenProvider
public ref class AuthenticationTokenProvider : IAuthenticationTokenProvider
type AuthenticationTokenProvider =
class
interface IAuthenticationTokenProvider
end
Public Class AuthenticationTokenProvider
Implements IAuthenticationTokenProvider
Constructors
Name | Description | |
---|---|---|
AuthenticationTokenProvider() |
Properties
Name | Description | |
---|---|---|
OnCreate | ||
OnCreateAsync | ||
OnReceive | ||
OnReceiveAsync |
Methods
Name | Description | |
---|---|---|
Create(AuthenticationTokenCreateContext) | ||
CreateAsync(AuthenticationTokenCreateContext) | ||
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Receive(AuthenticationTokenReceiveContext) | ||
ReceiveAsync(AuthenticationTokenReceiveContext) | ||
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.Owin.Security.Infrastructure Namespace
Return to top