Abstractions.Windows.Security.GetWellKnownName C# (CSharp) 메소드

GetWellKnownName() 공개 정적인 메소드

public static GetWellKnownName ( WellKnownSidType type ) : string
type WellKnownSidType
리턴 string
        public static string GetWellKnownName(WellKnownSidType type)
        {
            return GetNameFromSID(GetWellknownSID(type));
        }