8 writes to m_authenticated
mscorlib (8)
system\security\permissions\principalpermission.cs (8)
82
m_authenticated
= String.Compare( elAuth, "true", StringComparison.OrdinalIgnoreCase) == 0;
86
m_authenticated
= false;
132
m_array[0].
m_authenticated
= true;
140
m_array[0].
m_authenticated
= false;
152
m_array[0].
m_authenticated
= true;
161
m_array[0].
m_authenticated
= isAuthenticated;
324
idrole.
m_authenticated
= operand.m_array[j].m_authenticated;
341
idrole.
m_authenticated
= operand.m_array[j].m_authenticated;
11 references to m_authenticated
mscorlib (11)
system\security\permissions\principalpermission.cs (11)
61
if (
m_authenticated
)
113
return ((
m_authenticated
? 0 : 101) +
177
m_array[i].
m_authenticated
)
200
if (m_array[i].m_id != null || m_array[i].m_role != null || !m_array[i].
m_authenticated
)
238
if (operand.m_array[j].
m_authenticated
== this.m_array[i].
m_authenticated
&&
298
if (operand.m_array[j].
m_authenticated
== this.m_array[i].
m_authenticated
)
324
idrole.m_authenticated = operand.m_array[j].
m_authenticated
;
341
idrole.m_authenticated = operand.m_array[j].
m_authenticated
;
483
if (m_array[i].
m_authenticated
)