ProtectedConfiguration::DataProtectionProviderName Field

 

The name of the data protection provider.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
literal String^ DataProtectionProviderName

Field Value

Type: System::String^

This a constant string variable that contains the name of the data-protection provider made available by the system to protect a configuration section.

The following example shows how to use the DataProtectionProviderName property to retrieve the name of the current data-protection provider.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: