C# 클래스 MGDF.GamesManager.Common.Extensions.CryptographyExtensions

파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
ComputeHash ( this input, HashAlgorithm hashAlg ) : string
ComputeHash ( this input, int count, HashAlgorithm hashAlg ) : string
ComputeMD5 ( this input ) : string
ComputeMD5 ( this input, int count ) : string
ConvertFromBase16 ( this input ) : byte[]
ConvertToBase16 ( this input ) : string

메소드 상세

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( this input, HashAlgorithm hashAlg ) : string
input this
hashAlg System.Security.Cryptography.HashAlgorithm
리턴 string

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( this input, int count, HashAlgorithm hashAlg ) : string
input this
count int
hashAlg System.Security.Cryptography.HashAlgorithm
리턴 string

ComputeMD5() 공개 정적인 메소드

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

ComputeMD5() 공개 정적인 메소드

public static ComputeMD5 ( this input, int count ) : string
input this
count int
리턴 string

ConvertFromBase16() 공개 정적인 메소드

public static ConvertFromBase16 ( this input ) : byte[]
input this
리턴 byte[]

ConvertToBase16() 공개 정적인 메소드

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