MIP.LoadProtectionProfile(ProtectionProfileSettings) Method

Definition

Loads a profile based on the provided settings.

public static Microsoft.InformationProtection.Protection.IProtectionProfile LoadProtectionProfile (Microsoft.InformationProtection.Protection.ProtectionProfileSettings profileSettings);
static member LoadProtectionProfile : Microsoft.InformationProtection.Protection.ProtectionProfileSettings -> Microsoft.InformationProtection.Protection.IProtectionProfile
Public Shared Function LoadProtectionProfile (profileSettings As ProtectionProfileSettings) As IProtectionProfile

Parameters

profileSettings
ProtectionProfileSettings

Settings used by ProtectionProfile during its initialization and throughout its lifetime

Returns

Newly created profile.

Applies to