FileProfileSettings(MipContext, CacheStorageType, IConsentDelegate) Constructor

Definition

FileProfileSettings constructor

public FileProfileSettings (Microsoft.InformationProtection.MipContext mipContext, Microsoft.InformationProtection.CacheStorageType cacheStorageType, Microsoft.InformationProtection.IConsentDelegate consentDelegate);
new Microsoft.InformationProtection.File.FileProfileSettings : Microsoft.InformationProtection.MipContext * Microsoft.InformationProtection.CacheStorageType * Microsoft.InformationProtection.IConsentDelegate -> Microsoft.InformationProtection.File.FileProfileSettings
Public Sub New (mipContext As MipContext, cacheStorageType As CacheStorageType, consentDelegate As IConsentDelegate)

Parameters

mipContext
MipContext

The MipContext

cacheStorageType
CacheStorageType

The CacheStorageType

consentDelegate
IConsentDelegate

The ConsentDelegate

Applies to