C# 클래스 SaasApp.Utility.UtilityHelper

파일 보기 프로젝트 열기: yatendra/saasapp

공개 메소드들

메소드 설명
GetConnectionString ( ) : string
GetIsUserAdmin ( System.Web.HttpSessionStateBase session ) : bool
GetSubdomain ( string domain ) : string
GetUsername ( System.Web.HttpSessionStateBase session ) : string
HashPassword ( string password, string salt ) : string
SendEmail ( string toEmail, string subject, string body ) : void

비공개 메소드들

메소드 설명
UtilityHelper ( ) : System
smtp_SendCompleted ( object sender, System e ) : void

메소드 상세

GetConnectionString() 공개 정적인 메소드

public static GetConnectionString ( ) : string
리턴 string

GetIsUserAdmin() 공개 정적인 메소드

public static GetIsUserAdmin ( System.Web.HttpSessionStateBase session ) : bool
session System.Web.HttpSessionStateBase
리턴 bool

GetSubdomain() 공개 정적인 메소드

public static GetSubdomain ( string domain ) : string
domain string
리턴 string

GetUsername() 공개 정적인 메소드

public static GetUsername ( System.Web.HttpSessionStateBase session ) : string
session System.Web.HttpSessionStateBase
리턴 string

HashPassword() 공개 정적인 메소드

public static HashPassword ( string password, string salt ) : string
password string
salt string
리턴 string

SendEmail() 공개 정적인 메소드

public static SendEmail ( string toEmail, string subject, string body ) : void
toEmail string
subject string
body string
리턴 void