SecurityHelper Structure
Helper code used when implementing authentication middleware
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public struct SecurityHelper
public value struct SecurityHelper
[<Sealed>]
type SecurityHelper = struct end
Public Structure SecurityHelper
Constructors
Name | Description | |
---|---|---|
SecurityHelper(IOwinContext) | Helper code used when implementing authentication middleware |
Methods
Name | Description | |
---|---|---|
AddUserIdentity(IIdentity) | Add an additional ClaimsIdentity to the ClaimsPrincipal in the "server.User" environment key |
|
Equals(Object) | (Overrides ValueType.Equals(Object).) |
|
Equals(SecurityHelper) | ||
GetHashCode() | (Overrides ValueType.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
LookupChallenge(String, AuthenticationMode) | Find response challenge details for a specific authentication middleware |
|
LookupSignIn(String) | ||
LookupSignOut(String, AuthenticationMode) | ||
ToString() | (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
Equality(SecurityHelper, SecurityHelper) | ||
Inequality(SecurityHelper, SecurityHelper) |
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