C# Класс LtiLibrary.Core.Extensions.PlatformSpecific

Contains platform specific implementations.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSha1Provider ( ) : System.Security.Cryptography.SHA1

Gets SHA1 implementation.

HexEscape ( char character ) : string

Converts a specified character into its hexadecimal equivalent.

Описание методов

GetSha1Provider() публичный статический Метод

Gets SHA1 implementation.
public static GetSha1Provider ( ) : System.Security.Cryptography.SHA1
Результат System.Security.Cryptography.SHA1

HexEscape() публичный статический Метод

Converts a specified character into its hexadecimal equivalent.
public static HexEscape ( char character ) : string
character char The character to convert to hexadecimal representation.
Результат string