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

◆ AddNameClaim()

void System.Security.Principal.GenericIdentity.AddNameClaim ( )
inlineprivate

Definition at line 58 of file GenericIdentity.cs.

59 {
60 if (m_name != null)
61 {
62 base.AddClaim(new Claim(base.NameClaimType, m_name, "http://www.w3.org/2001/XMLSchema#string", "LOCAL AUTHORITY", "LOCAL AUTHORITY", this));
63 }
64 }

References System.Security.Principal.GenericIdentity.m_name.

Referenced by System.Security.Principal.GenericIdentity.GenericIdentity(), and System.Security.Principal.GenericIdentity.GenericIdentity().