C# 클래스 TrinityCore_Manager.Security.SecurityExtensions

파일 보기 프로젝트 열기: TrinityCore-Manager/TrinityCore-Manager-v3

공개 메소드들

메소드 설명
DecryptString ( this encryptedData, byte entropy ) : SecureString
EncryptString ( this input, byte entropy ) : string
ToInsecureString ( this input ) : string
ToSHA1 ( this str ) : string
ToSecureString ( this input ) : SecureString

메소드 상세

DecryptString() 공개 정적인 메소드

public static DecryptString ( this encryptedData, byte entropy ) : SecureString
encryptedData this
entropy byte
리턴 System.Security.SecureString

EncryptString() 공개 정적인 메소드

public static EncryptString ( this input, byte entropy ) : string
input this
entropy byte
리턴 string

ToInsecureString() 공개 정적인 메소드

public static ToInsecureString ( this input ) : string
input this
리턴 string

ToSHA1() 공개 정적인 메소드

public static ToSHA1 ( this str ) : string
str this
리턴 string

ToSecureString() 공개 정적인 메소드

public static ToSecureString ( this input ) : SecureString
input this
리턴 System.Security.SecureString