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

◆ GetAuthType()

static string System.Security.Principal.WindowsIdentity.GetAuthType ( WindowsIdentity identity)
inlinestaticprivate

Definition at line 790 of file WindowsIdentity.cs.

791 {
792 if (identity == null)
793 {
794 throw new ArgumentNullException("identity");
795 }
796 return identity._authType;
797 }

References System.Security.Principal.WindowsIdentity._authType.