C# Class LtiLibrary.Core.Extensions.PlatformSpecific

Contains platform specific implementations.
ファイルを表示 Open project: andyfmiller/LtiLibrary Class Usage Examples

Public Methods

Method Description
GetSha1Provider ( ) : System.Security.Cryptography.SHA1

Gets SHA1 implementation.

HexEscape ( char character ) : string

Converts a specified character into its hexadecimal equivalent.

Method Details

GetSha1Provider() public static method

Gets SHA1 implementation.
public static GetSha1Provider ( ) : System.Security.Cryptography.SHA1
return System.Security.Cryptography.SHA1

HexEscape() public static method

Converts a specified character into its hexadecimal equivalent.
public static HexEscape ( char character ) : string
character char The character to convert to hexadecimal representation.
return string