GlobalBrokeredServiceContainer.GetSecureServiceBroker Method

Definition

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.

Applies to