C# Class Facebook.AuthContextBase

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

Private Properties

Property Type Description
ByteArrayToHexString string
GenerateSignature string

Protected Methods

Method Description
FromBase64String ( string str ) : byte[]

A helper to extract byte array from url encoded base64.

Private Methods

Method Description
ByteArrayToHexString ( byte bytes ) : string
GenerateSignature ( [ data ) : string

Method Details

FromBase64String() protected static method

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