Abstractions.Windows.Security.GetWellKnownName C# (CSharp) Méthode

GetWellKnownName() public static méthode

public static GetWellKnownName ( WellKnownSidType type ) : string
type WellKnownSidType
Résultat string
        public static string GetWellKnownName(WellKnownSidType type)
        {
            return GetNameFromSID(GetWellknownSID(type));
        }