GoogleAuthenticatedContext.ResponseMessage Property
Gets or sets parsed response message from openid query string
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public XElement ResponseMessage { get; set; }
public:
property XElement^ ResponseMessage {
XElement^ get();
void set(XElement^ value);
}
member ResponseMessage : XElement with get, set
Public Property ResponseMessage As XElement
Property Value
Type: System.Xml.Linq.XElement
Returns XElement.
See Also
GoogleAuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top