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

例外

基盤となるになるストアは、このプロパティをサポートしていません。

適用対象