探测远程Windows主机的NetBIOS信息(18) { _tprintf(_T("\t\tRequires the user to log on to the user account with a smart card. \n")); } if(pBuffer->usri1_flags & UF_DONT_REQUIRE_PREAUTH) { _tprintf(_T("\t\tThis account does not require Kerberos preauthentication for logon.\n")); } if(pBuffer->usri1_flags & UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED) { _tprintf(_T("\t\tThe user's password is stored under reversible encryption in the Active Directory. \n")); } if(pBuffer->usri1_flags & UF_NOT_DELEGATED) { _tprintf(_T("\t\tMarks the account as \"sensitive\"; other users cannot act as delegates of this user account.\n"));