8 writes to m_authenticationType
mscorlib (8)
system\security\claims\ClaimsIdentity.cs (8)
262
m_authenticationType
= identity.AuthenticationType;
266
m_authenticationType
= null;
271
m_authenticationType
= identity.AuthenticationType;
276
m_authenticationType
= authenticationType;
393
m_authenticationType
= other.m_authenticationType;
596
newIdentity.
m_authenticationType
= this.m_authenticationType;
1107
m_authenticationType
= reader.ReadString();
1317
m_authenticationType
= info.GetString(AuthenticationTypeKey);
8 references to m_authenticationType
mscorlib (8)
system\security\claims\ClaimsIdentity.cs (8)
393
m_authenticationType = other.
m_authenticationType
;
453
get { return
m_authenticationType
; }
461
get { return !string.IsNullOrEmpty(
m_authenticationType
); }
596
newIdentity.m_authenticationType = this.
m_authenticationType
;
989
if (!string.IsNullOrEmpty(
m_authenticationType
))
991
info.AddValue(AuthenticationTypeKey,
m_authenticationType
);
1185
if (
m_authenticationType
!= null)
1241
writer.Write(
m_authenticationType
);