We are assuming that you are asking about the Auth_ID which is mentioned in the ReadMe file of the Yubico .Net client available at the following link:
http://code.google.com/p/yubico-dot-net ... eadMeFirstPlease correct us if we are wrong.
The normal Yubico OTP validation request that needs to be sent to the online Yubico OTP validation server is as follows:
https://api.yubico.com/wsapi/verify?id=<ID Parameter>&otp=<YubiKey OTP>
Auth_ID required for the Yubico .Net client is the id parameter required for validating the Yubico OTP with the online Yubico OTP validation server. Also, this id parameter can be used for optionally signing the OTP validation request using the API Key. For more information about the API Key and id parameter, please visit the following link:
http://www.yubico.com/developers/api/You can generate your own id parameter using the following link:
https://api.yubico.com/get-api-key/Please provide your E-mail address and YubiKey OTP and click on the "Generate API Key" button. This will generate a new id parameter and API Key for your use.
We hope this helps!