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
;
262
get { return
_authenticationType
; }
270
get { return !string.IsNullOrEmpty(
_authenticationType
); }
800
if (
_authenticationType
!= null)
855
writer.Write(
_authenticationType
!);