GlobalBrokeredServiceContainer.GetSecureServiceBroker Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a service broker that may be provided to a BrokeredServiceFactory in order to automatically propagate ClientCredentials from one service to its dependencies.
public Microsoft.ServiceHub.Framework.IServiceBroker GetSecureServiceBroker (Microsoft.ServiceHub.Framework.ServiceActivationOptions options);
member this.GetSecureServiceBroker : Microsoft.ServiceHub.Framework.ServiceActivationOptions -> Microsoft.ServiceHub.Framework.IServiceBroker
Public Function GetSecureServiceBroker (options As ServiceActivationOptions) As IServiceBroker
Parameters
- options
- ServiceActivationOptions
The options passed to the originally requested service.
Returns
The filtering, authorizing service broker.