3 writes to _authenticationType
System.Security.Claims (3)
System\Security\Claims\ClaimsIdentity.cs (3)
156_authenticationType = (identity != null && string.IsNullOrEmpty(authenticationType)) ? identity.AuthenticationType : authenticationType; 743_authenticationType = other._authenticationType; 772_authenticationType = reader.ReadString();
5 references to _authenticationType
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (5)
316get { return _authenticationType; } 324get { return !string.IsNullOrEmpty(_authenticationType); } 743_authenticationType = other._authenticationType; 871if (_authenticationType != null) 926writer.Write(_authenticationType!);