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: 6.0.0.0 (6.0.6225.27214)
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