ProtectedConfiguration::RsaProviderName Field

 

The name of the RSA provider.

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

public:
literal String^ RsaProviderName

Field Value

Type: System::String^

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

The following example shows how to use the RsaProviderName property to retrieve the name of the current RSA provider.

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

.NET Framework
Available since 2.0
Return to top
Show: