ProtectedProviderSettings.Properties Eigenschap

Definitie

Hiermee haalt u een ConfigurationPropertyCollection verzameling op die de eigenschappen van de providers voor de beveiligde configuratiegegevens vertegenwoordigt.

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

Waarde van eigenschap

Een ConfigurationPropertyCollection die de eigenschappen van de providers voor de beveiligde configuratiegegevens vertegenwoordigt.

Opmerkingen

Gebruik de Providers eigenschap voor toegang tot de eigenschappen van de providers voor beveiligde configuratiegegevens.

Van toepassing op