SecurityHelper Structure

 

Helper code used when implementing authentication middleware

Namespace:   Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

public value struct SecurityHelper

NameDescription
System_CAPS_pubmethodSecurityHelper(IOwinContext^)

Helper code used when implementing authentication middleware

NameDescription
System_CAPS_pubmethodAddUserIdentity(IIdentity^)

Add an additional ClaimsIdentity to the ClaimsPrincipal in the "server.User" environment key

System_CAPS_pubmethodEquals(Object^)
System_CAPS_pubmethodEquals(SecurityHelper)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLookupChallenge(String^, AuthenticationMode)

Find response challenge details for a specific authentication middleware

System_CAPS_pubmethodLookupSignIn(String^)

System_CAPS_pubmethodLookupSignOut(String^, AuthenticationMode)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: