ProtectedProviderSettings.Properties Egenskap

Definition

Hämtar en ConfigurationPropertyCollection samling som representerar egenskaperna för leverantörerna för skyddade konfigurationsdata.

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

Egenskapsvärde

En ConfigurationPropertyCollection som representerar egenskaperna för leverantörerna för skyddade konfigurationsdata.

Kommentarer

Använd egenskapen Providers för att komma åt egenskaperna för leverantörerna för skyddade konfigurationsdata.

Gäller för