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