MIP.LoadProtectionProfile(ProtectionProfileSettings) Method
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.
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.