FileEngineSettings(String, IAuthDelegate, String, String) Constructor

Definition

Creates an instance with the given parameters.

public FileEngineSettings (string engineId, Microsoft.InformationProtection.IAuthDelegate authDelegate, string clientData, string locale);
new Microsoft.InformationProtection.File.FileEngineSettings : string * Microsoft.InformationProtection.IAuthDelegate * string * string -> Microsoft.InformationProtection.File.FileEngineSettings
Public Sub New (engineId As String, authDelegate As IAuthDelegate, clientData As String, locale As String)

Parameters

engineId
String

Set it to the unique engine id generated by AddEngineAsync.

authDelegate
IAuthDelegate

The AuthDelegate

clientData
String
locale
String

Applies to