C# 클래스 Facebook.AuthContextBase

Represents generic properties and methods of the authentication contexts used by Facebook: CanvasAuthContext and OAuthContext.
파일 보기 프로젝트 열기: bbyk/graph.net

Private Properties

프로퍼티 타입 설명
ByteArrayToHexString string
GenerateSignature string

보호된 메소드들

메소드 설명
FromBase64String ( string str ) : byte[]

A helper to extract byte array from url encoded base64.

비공개 메소드들

메소드 설명
ByteArrayToHexString ( byte bytes ) : string
GenerateSignature ( [ data ) : string

메소드 상세

FromBase64String() 보호된 정적인 메소드

A helper to extract byte array from url encoded base64.
protected static FromBase64String ( string str ) : byte[]
str string
리턴 byte[]