PolicyEngineSettings(String, IAuthDelegate, String, String) Constructor

Definition

Construct an instance with the given parameters. Use this to create Settings to call LoadEngineAsync to load an existing engine.

public PolicyEngineSettings (string id, Microsoft.InformationProtection.IAuthDelegate authDelegate, string clientData, string locale);
new Microsoft.InformationProtection.Policy.PolicyEngineSettings : string * Microsoft.InformationProtection.IAuthDelegate * string * string -> Microsoft.InformationProtection.Policy.PolicyEngineSettings
Public Sub New (id As String, authDelegate As IAuthDelegate, clientData As String, locale As String)

Parameters

id
String

The Id. When loading an existing engine re-use the id else a new engine will be created.

authDelegate
IAuthDelegate

The AuthDelegate

clientData
String

The ClientData

locale
String

The Locale

Applies to