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

例外

基础存储不支持此属性。

适用于