C# Class LtiLibrary.Core.Extensions.PlatformSpecific

Contains platform specific implementations.
Afficher le fichier Open project: andyfmiller/LtiLibrary Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets SHA1 implementation.
public static GetSha1Provider ( ) : System.Security.Cryptography.SHA1
Résultat System.Security.Cryptography.SHA1

HexEscape() public static méthode

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