Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsWellKnown()

bool System.Security.Principal.SecurityIdentifier.IsWellKnown ( WellKnownSidType type)
inline

Definition at line 470 of file SecurityIdentifier.cs.

471 {
472 return Win32.IsWellKnownSid(this, type);
473 }

References System.Security.Principal.Win32.IsWellKnownSid(), and System.type.