Share via


ProtectionProviderProperty Class

Is a custom Property for a SectionViewModel that indicates if the section needs a protection provider and is, therefore, encrypted.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class ProtectionProviderProperty _
    Inherits CustomProperty(Of String)
public class ProtectionProviderProperty : CustomProperty<string>
public ref class ProtectionProviderProperty : public CustomProperty<String^>
public class ProtectionProviderProperty extends CustomProperty<String>

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CustomProperty<String>
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ProtectionProviderProperty
          Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.EnvironmentalOverrides.OverriddenProtectionProviderProperty

See Also

ProtectionProviderProperty Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace