C# 클래스 D2L.Extensibility.AuthSdk.Impl.D2LSigner

A convenience class to help with the signature generation used in the D2L authentication system
파일 보기 프로젝트 열기: Brightspace/valence-sdk-dotnet 1 사용 예제들

비공개 메소드들

메소드 설명
ComputeHash ( byte keyBytes, byte dataBytes ) : byte[]

Computes the hmacSha256 hash of the data using the key given

CustomBase64Encode ( byte hash ) : string

Converts the hash to a string and replaces characters where appropriate

GetBase64HashString ( string key, string data ) : string

Provides the D2L custom encoded version of hmacSha256 hash of the data provided using the key provided

GetBytes ( string key ) : byte[]

Provides the byte value of the given String