WebJobsAuthenticationEventsContextUser.UserPrincipalName Property

Definition

Gets the name of the user principal.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("userPrincipalName")]
public string UserPrincipalName { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("userPrincipalName")>]
member this.UserPrincipalName : string with get, set
Public Property UserPrincipalName As String

Property Value

The name of the user principal.

Attributes

Applies to