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입니다.

적용 대상