Compartir a través de


MicrosoftAccountAuthenticatedContext.User Property

 

Gets the JSON-serialized user

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

Syntax

public JObject User { get; private set; }
public:
property JObject^ User {
    JObject^ get();
    private: void set(JObject^ value);
}
member User : JObject with get, private set
Public Property User As JObject
    Get
    Private Set
End Property

Property Value

Type: Newtonsoft.Json.Linq.JObject

Returns JObject.

See Also

MicrosoftAccountAuthenticatedContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top