tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Security
ICryptographySuite.cs
Go to the documentation of this file.
1
using
Tgstation
.
Server
.
Host
.
Models
;
2
3
namespace
Tgstation
.
Server
.Host.Security
4
{
8
public
interface
ICryptographySuite
9
{
15
byte[] GetSecureBytes(uint amount);
16
23
void
SetUserPassword(
User
user,
string
newPassword,
bool
newUser);
24
31
bool
CheckUserPassword(
User
user,
string
password);
32
37
string
GetSecureString();
38
}
39
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Models
Definition:
ChatBot.cs:5
Tgstation.Server.Host.Security.ICryptographySuite
Contains various cryptographic functions
Definition:
ICryptographySuite.cs:8
Tgstation.Server.Host.Models.User
Definition:
User.cs:8
Tgstation.Server
Tgstation.Server.Host
Tgstation
Generated by
1.8.11