AuthenticablePrincipal.SmartcardLogonRequired 속성

정의

이 계정에 로그온하려면 스마트 카드가 필요한지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool SmartcardLogonRequired { bool get(); void set(bool value); };
public bool SmartcardLogonRequired { get; set; }
member this.SmartcardLogonRequired : bool with get, set
Public Property SmartcardLogonRequired As Boolean

속성 값

이 계정에 로그온하는 데 스마트카드가 필요하면 true이고, 그렇지 않으면 false입니다.

예외

기본 저장소가 이 속성을 지원하지 않는 경우

적용 대상