Click or drag to resize
Parameters Class

[This is preliminary documentation and is subject to change.]

OAuth parameters abstraction.
Inheritance Hierarchy
SystemObject
  OAuthParameters

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public abstract class Parameters

The Parameters type exposes the following members.

Constructors
  NameDescription
Protected methodParameters
Initializes a new instance of the Parameters class.
Top
Properties
  NameDescription
Public propertyAlgorithm
Gets the signature algorithm.
Public propertyCredentials
Gets the consumer credentials.
Public propertyGenerator
Gets the nonce generator.
Public propertyProvider
Gets the timestamp provider.
Public propertyRealm
Gets or sets the authorization realm.
Public propertyToken
Gets the token.
Public propertyVersion
Gets or sets the protocol version.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberForAccessToken
Creates an instance of Parameters for Access Token requests.
Public methodStatic memberForAccessToken2
Creates an instance of Parameters for two-legged Access Token requests.
Public methodStatic memberForRequestToken
Creates an instance of Parameters for Request Token requests.
Public methodStatic memberForRoutine
Creates an instance of Parameters for routine requests.
Public methodGet
Returns unsigned OAuth header parameters.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also