AuthenticablePrincipal.SmartcardLogonRequired Property

Definition

Gets or sets a Boolean value that specifies whether a smartcard is required to log on to the account.

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

Property Value

true if a smartcard is required to log on to this account; otherwise false.

Exceptions

The underlying store does not support this property.

Applies to