2 writes to Authenticated
System.Security.Permissions (2)
System\Security\Permissions\IDRole.cs (2)
14
Authenticated
= authenticated;
22
Authenticated
= elAuth == null ? false : string.Equals(elAuth, "true", StringComparison.OrdinalIgnoreCase);
10 references to Authenticated
System.Security.Permissions (10)
System\Security\Permissions\IDRole.cs (2)
31
if (
Authenticated
)
51
return ((
Authenticated
? 0 : 101) +
System\Security\Permissions\PrincipalPermission.cs (8)
53
if (idRole.ID == null || idRole.ID.Length != 0 || idRole.Role == null || idRole.Role.Length != 0 || idRole.
Authenticated
)
69
if (idRole.ID != null || idRole.Role != null || !idRole.
Authenticated
)
102
if ((operandIdRole.
Authenticated
== idRole.
Authenticated
) &&
145
if (operandIdRole.
Authenticated
== idRole.
Authenticated
)
149
bool newAuthenticated = operandIdRole.
Authenticated
;
236
if (!idRole.
Authenticated
)