CustomAuthorizationProviderData.Unmerge Method

Modifies the CustomAuthorizationProviderData object to remove all values that should not be saved.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
Protected Overrides Sub Unmerge ( _
    sourceElement As ConfigurationElement, _
    parentElement As ConfigurationElement, _
    saveMode As ConfigurationSaveMode _
)
protected override void Unmerge(
    ConfigurationElement sourceElement,
    ConfigurationElement parentElement,
    ConfigurationSaveMode saveMode
)
protected:
virtual void Unmerge(
    ConfigurationElement^ sourceElement, 
    ConfigurationElement^ parentElement, 
    ConfigurationSaveMode saveMode
) override
protected override function Unmerge(
    sourceElement : ConfigurationElement, 
    parentElement : ConfigurationElement, 
    saveMode : ConfigurationSaveMode
)

Parameters

See Also

CustomAuthorizationProviderData Class

Microsoft.Practices.EnterpriseLibrary.Security.Configuration Namespace