Click or drag to resize
IQMS2GetTimeLimitedServiceKey Method
Gets a time limited service key.

Namespace: PIX.Services.V12.Api2
Assembly: 
Syntax
string GetTimeLimitedServiceKey()

Return Value

Type: 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.
See Also