ProtectedProviderSettings.Properties Propiedad

Definición

Obtiene una colección ConfigurationPropertyCollection que representa las propiedades de los proveedores de los datos de configuración protegidos.

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected public:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overrides ReadOnly Property Properties As ConfigurationPropertyCollection

Valor de propiedad

ConfigurationPropertyCollection que representa las propiedades de los proveedores de los datos de configuración protegidos.

Comentarios

Utilice la Providers propiedad para tener acceso a las propiedades de los proveedores para los datos de configuración protegidos.

Se aplica a