SecurityHelper Structure
Helper code used when implementing authentication middleware
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
| Name | Description | |
|---|---|---|
![]() | SecurityHelper(IOwinContext^) | Helper code used when implementing authentication middleware |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


