Click or drag to resize
BaseDecodeKey Method

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

Decodes a parameter's key.

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

Parameters

key
Type: SystemString
Key.

Return Value

Type: String
Decoded key.
See Also