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)
316
get { return
_authenticationType
; }
324
get { return !string.IsNullOrEmpty(
_authenticationType
); }
743
_authenticationType = other.
_authenticationType
;
871
if (
_authenticationType
!= null)
926
writer.Write(
_authenticationType
!);