3 writes to _authenticationType
System.Security.Claims (3)
System\Security\Claims\ClaimsIdentity.cs (3)
155_authenticationType = (identity != null && string.IsNullOrEmpty(authenticationType)) ? identity.AuthenticationType : authenticationType; 222_authenticationType = other._authenticationType; 701_authenticationType = reader.ReadString();
5 references to _authenticationType
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (5)
222_authenticationType = other._authenticationType; 262get { return _authenticationType; } 270get { return !string.IsNullOrEmpty(_authenticationType); } 800if (_authenticationType != null) 855writer.Write(_authenticationType!);