Click or drag to resize
BaseEncodeKey Method

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

Encodes a parameter's key.

Namespace: OAuth.Encoder
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
protected virtual string EncodeKey(
	string key
)

Parameters

key
Type: SystemString
Key.

Return Value

Type: String
Encoded key.
See Also