1 write to SmartcardLogonRequired
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
118set { this.AccountInfo.SmartcardLogonRequired = value; }
1 reference to SmartcardLogonRequired
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
117get { return this.AccountInfo.SmartcardLogonRequired; }