GetTimeLimitedServiceKey Method
Overloads
| GetTimeLimitedServiceKey() |
Gets a time limited service key. |
GetTimeLimitedServiceKey()
Gets a time limited service key.
Declaration
string GetTimeLimitedServiceKey()
Returns
| Type | Description |
|---|---|
| System.String |
A service key that is valid for one minute. |
Remarks
A service key returned by this method should be supplied as a HTTP header of each other operation call. See the Introduction for more information on how to use the service key.
Examples
See the Samples for examples on how this method can be used.