RsaProtectedConfigurationProvider.UseMachineContainer 属性

定义

获取一个值,该值指示 RsaProtectedConfigurationProvider 对象是否正在使用计算机密钥容器。

public:
 property bool UseMachineContainer { bool get(); };
public bool UseMachineContainer { get; }
member this.UseMachineContainer : bool
Public ReadOnly Property UseMachineContainer As Boolean

属性值

如果 RsaProtectedConfigurationProvider 对象正在使用计算机密钥容器,则为 true;否则为 false

适用于