Click or drag to resize

UserInformationPrincipalName Property

Gets the principal name for the user. This name is the User Principal Name (typically the user's address, although this is not always true.)

Namespace:  Cauldron
Assembly:  Cauldron.Win32.UserInformation (in Cauldron.Win32.UserInformation.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static string PrincipalName { get; }

Property Value

Type: String

[Missing <value> documentation for "P:Cauldron.UserInformation.PrincipalName"]

Return Value

Type: String
The user's principal name.
See Also