| BaseDecodeKey Method |
[This is preliminary documentation and is subject to change.]
Decodes a parameter's key.
Namespace: OAuth.DecoderAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected virtual string DecodeKey(
string key
)
Protected Overridable Function DecodeKey (
key As String
) As String
protected:
virtual String^ DecodeKey(
String^ key
)
abstract DecodeKey :
key : string -> string
override DecodeKey :
key : string -> string
Parameters
- key
- Type: SystemString
Key.
Return Value
Type:
StringDecoded key.
See Also