C# 클래스 SfBot.Helpers

파일 보기 프로젝트 열기: ebeeb/SfSdk

공개 메소드들

메소드 설명
ConvertToSecureString ( this password ) : SecureString
ConvertToUnsecureString ( this securePassword ) : string
ToMd5Hash ( this input ) : string

Gets the MD5 hash from a string.

메소드 상세

ConvertToSecureString() 공개 정적인 메소드

public static ConvertToSecureString ( this password ) : SecureString
password this
리턴 System.Security.SecureString

ConvertToUnsecureString() 공개 정적인 메소드

public static ConvertToUnsecureString ( this securePassword ) : string
securePassword this
리턴 string

ToMd5Hash() 공개 정적인 메소드

Gets the MD5 hash from a string.
public static ToMd5Hash ( this input ) : string
input this The string to be hashed.
리턴 string