FileEngineSettings(String, IAuthDelegate, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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