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.

예외

기본 저장소는 이 속성을 지원하지 않습니다.

적용 대상