C# 클래스 OrbitOne.OpenId.MembershipProvider.Utility

파일 보기 프로젝트 열기: AArnott/OpenIDForSharepoint

공개 메소드들

메소드 설명
GenerateNewGUID ( ) : string
GenerateNewSalt ( ) : string
GetConfigValue ( string configValue, string defaultValue ) : string
HexToByte ( string hexString ) : byte[]
WriteToEventLog ( Exception e, string action ) : void

메소드 상세

GenerateNewGUID() 공개 정적인 메소드

public static GenerateNewGUID ( ) : string
리턴 string

GenerateNewSalt() 공개 정적인 메소드

public static GenerateNewSalt ( ) : string
리턴 string

GetConfigValue() 공개 정적인 메소드

public static GetConfigValue ( string configValue, string defaultValue ) : string
configValue string
defaultValue string
리턴 string

HexToByte() 공개 정적인 메소드

public static HexToByte ( string hexString ) : byte[]
hexString string
리턴 byte[]

WriteToEventLog() 공개 정적인 메소드

public static WriteToEventLog ( Exception e, string action ) : void
e System.Exception
action string
리턴 void