C# Class TrinityCore_Manager.Security.SecurityExtensions

Afficher le fichier Open project: TrinityCore-Manager/TrinityCore-Manager-v3

Méthodes publiques

Méthode Description
DecryptString ( this encryptedData, byte entropy ) : SecureString
EncryptString ( this input, byte entropy ) : string
ToInsecureString ( this input ) : string
ToSHA1 ( this str ) : string
ToSecureString ( this input ) : SecureString

Method Details

DecryptString() public static méthode

public static DecryptString ( this encryptedData, byte entropy ) : SecureString
encryptedData this
entropy byte
Résultat System.Security.SecureString

EncryptString() public static méthode

public static EncryptString ( this input, byte entropy ) : string
input this
entropy byte
Résultat string

ToInsecureString() public static méthode

public static ToInsecureString ( this input ) : string
input this
Résultat string

ToSHA1() public static méthode

public static ToSHA1 ( this str ) : string
str this
Résultat string

ToSecureString() public static méthode

public static ToSecureString ( this input ) : SecureString
input this
Résultat System.Security.SecureString