ProtectedConfigurationSection 构造函数

定义

使用默认设置初始化 ProtectedConfigurationSection 类的新实例。Initializes a new instance of the ProtectedConfigurationSection class using default settings.

public:
 ProtectedConfigurationSection();
public ProtectedConfigurationSection ();
Public Sub New ()

注解

ProtectedConfigurationSection构造函数不应在代码中直接使用。The ProtectedConfigurationSection constructor is not intended to be used directly from your code. 它由 ASP.NET 配置系统调用。It is called by the ASP.NET configuration system.

适用于