GoogleAuthenticatedContext Constructor (IOwinContext, ClaimsIdentity, AuthenticationProperties, XElement, IDictionary<String, String>)
Initializes a GoogleAuthenticatedContext
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public GoogleAuthenticatedContext(
IOwinContext context,
ClaimsIdentity identity,
AuthenticationProperties properties,
XElement responseMessage,
IDictionary<string, string> attributeExchangeProperties
)
public:
GoogleAuthenticatedContext(
IOwinContext^ context,
ClaimsIdentity^ identity,
AuthenticationProperties^ properties,
XElement^ responseMessage,
IDictionary<String^, String^>^ attributeExchangeProperties
)
new :
context:IOwinContext *
identity:ClaimsIdentity *
properties:AuthenticationProperties *
responseMessage:XElement *
attributeExchangeProperties:IDictionary<string, string> -> GoogleAuthenticatedContext
Public Sub New (
context As IOwinContext,
identity As ClaimsIdentity,
properties As AuthenticationProperties,
responseMessage As XElement,
attributeExchangeProperties As IDictionary(Of String, String)
)
Parameters
context
Type: Microsoft.Owin.IOwinContextThe OWIN environment
identity
Type: System.Security.Claims.ClaimsIdentityThe ClaimsIdentity representing the user
properties
Type: Microsoft.Owin.Security.AuthenticationPropertiesA property bag for common authentication properties
- responseMessage
Type: System.Xml.Linq.XElement
- attributeExchangeProperties
Type: System.Collections.Generic.IDictionary<String, String>
See Also
GoogleAuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top