Visual Guard Class Library Documentation

VGServiceAuthorizationManager Class

Provides Visual Guard authorization access checking for service operations.

For a list of all members of this type, see VGServiceAuthorizationManager Members.

System.Object
   ServiceAuthorizationManager
      VGServiceAuthorizationManager

public class VGServiceAuthorizationManager : ServiceAuthorizationManager

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You have to declare this class in the <serviceAuthorization> element of the application configuration file.

For more information about integration of Visual Guard in a WCF application, we strongly recommend to read the "How to integrate Visual Guard in a WCF application" document.

Example

Example of application configuration file:
<serviceAuthorization principalPermissionMode="Custom" serviceAuthorizationManagerType="Novalys.VisualGuard.Security.WebService.VGServiceAuthorizationManager, Novalys.VisualGuard.Security.WebService" />

Requirements

Namespace: Novalys.VisualGuard.Security.WebService

Assembly: Novalys.VisualGuard.Security.WebService (in Novalys.VisualGuard.Security.WebService.dll)

See Also

VGServiceAuthorizationManager Members | Novalys.VisualGuard.Security.WebService Namespace