C# Class OrbitOne.OpenId.MembershipProvider.Utility

Datei anzeigen Open project: AArnott/OpenIDForSharepoint

Public Methods

Method Description
GenerateNewGUID ( ) : string
GenerateNewSalt ( ) : string
GetConfigValue ( string configValue, string defaultValue ) : string
HexToByte ( string hexString ) : byte[]
WriteToEventLog ( Exception e, string action ) : void

Method Details

GenerateNewGUID() public static method

public static GenerateNewGUID ( ) : string
return string

GenerateNewSalt() public static method

public static GenerateNewSalt ( ) : string
return string

GetConfigValue() public static method

public static GetConfigValue ( string configValue, string defaultValue ) : string
configValue string
defaultValue string
return string

HexToByte() public static method

public static HexToByte ( string hexString ) : byte[]
hexString string
return byte[]

WriteToEventLog() public static method

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