Click or drag to resize
CredentialsBase Constructor

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

Initializes a new instance of the CredentialsBase class.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public CredentialsBase(
	string key,
	string secret
)

Parameters

key
Type: SystemString
Key.
secret
Type: SystemString
Secret.
See Also