C# 클래스 LtiLibrary.Core.Extensions.PlatformSpecific

Contains platform specific implementations.
파일 보기 프로젝트 열기: andyfmiller/LtiLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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