ExternalService.GetPublicAccessKey
Method
Description:
Access key to use to execute a service.
Access key to use to execute a service.
Remarks:
The service must be declared as public in order for callers be able to invoke this method. Services that are not public can be executed only by their owners (the ones who registered it).
Most services are not public and may only be executed by their respective owners. To see whether a service was declared as public, call the GetOptions method and check the IsPublic property.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The service is not public, thus the access key cannot be obtained. |