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