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