Click or drag to resize

WindowsUtilsGetAccount Method

Gets the name of an account by a well-known SID.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string GetAccount(
	WellKnownSidType accountSid
)

Parameters

accountSid
Type: System.Security.PrincipalWellKnownSidType
The SID. Only SIDs that are fully specified by type are allowed.

Return Value

Type: String
The account name.
See Also