Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPrincipal.cs
Go to the documentation of this file.
1
namespace
System.Security.Principal
;
2
3
public
interface
IPrincipal
4
{
5
IIdentity
?
Identity
{
get
; }
6
7
bool
IsInRole
(
string
role);
8
}
System.Security.Principal.IIdentity
Definition
IIdentity.cs:4
System.Security.Principal.IPrincipal.IsInRole
bool IsInRole(string role)
System.Security.Principal.IPrincipal.Identity
IIdentity? Identity
Definition
IPrincipal.cs:5
System.Security.Principal.IPrincipal
Definition
IPrincipal.cs:4
System.Security.Principal
Definition
IIdentity.cs:1
source
System.Private.CoreLib
System.Security.Principal
IPrincipal.cs
Generated by
1.10.0