Class ServiceLocationHelperExtensions
Makes EPiServer.Core services part of the public API.
Inheritance
System.Object
    ServiceLocationHelperExtensions
  Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class ServiceLocationHelperExtensions : Object
  Methods
ContentSecurityEvents(ServiceProviderHelper)
Contents the security events.
Declaration
public static IContentSecurityEvents ContentSecurityEvents(this ServiceProviderHelper serviceLocationHelper)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ServiceProviderHelper | serviceLocationHelper | The service location helper.  | 
      
Returns
| Type | Description | 
|---|---|
| IContentSecurityEvents | 
ContentSecurityRepository(ServiceProviderHelper)
Contents the security repository.
Declaration
public static IContentSecurityRepository ContentSecurityRepository(this ServiceProviderHelper serviceLocationHelper)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ServiceProviderHelper | serviceLocationHelper | The service location helper.  | 
      
Returns
| Type | Description | 
|---|---|
| IContentSecurityRepository |