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

適用対象