Method GetKey
GetKey(long)
Get the key associated with the id.
Declaration
public string GetKey(long id)
Parameters
| Type | Name | Description |
|---|---|---|
| long | id | Id the key belongs to. |
Returns
| Type | Description |
|---|---|
| string | The found key or null if one can not be found. |