Principal.UserPrincipalName Propiedad

Definición

Obtiene o establece el nombre principal de usuario (UPN) asociado a esta entidad de seguridad.

public:
 property System::String ^ UserPrincipalName { System::String ^ get(); void set(System::String ^ value); };
public string UserPrincipalName { get; set; }
public string UserPrincipalName { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.UserPrincipalName : string with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.UserPrincipalName : string with get, set
Public Property UserPrincipalName As String

Valor de propiedad

El UPN asociado a esta entidad de seguridad o null si no se ha establecido ningún UPN.

Atributos

Excepciones

El almacén subyacente no admite esta propiedad.

Comentarios

Si se establece esta propiedad en NULL, se quita el UPN existente, si existe alguno.

Se aplica a