UserContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information about a user using an application.
public sealed class UserContext
type UserContext = class
Public NotInheritable Class UserContext
- Inheritance
-
UserContext
Properties
AccountId |
Gets or sets the ID of an application-defined account associated with the user. |
AuthenticatedUserId |
Gets or sets the authenticated user id. Authenticated user id should be a persistent string that uniquely represents each authenticated user in the application or service. |
Id |
Gets or sets the ID of user accessing the application. |
UserAgent |
Gets or sets the UserAgent of an application-defined account associated with the user. |
Applies to
Azure SDK for .NET