C# Class Facebook.AuthContextBase

Represents generic properties and methods of the authentication contexts used by Facebook: CanvasAuthContext and OAuthContext.
Afficher le fichier Open project: bbyk/graph.net

Private Properties

Свойство Type Description
ByteArrayToHexString string
GenerateSignature string

Méthodes protégées

Méthode Description
FromBase64String ( string str ) : byte[]

A helper to extract byte array from url encoded base64.

Private Methods

Méthode Description
ByteArrayToHexString ( byte bytes ) : string
GenerateSignature ( [ data ) : string

Method Details

FromBase64String() protected static méthode

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