Accessing User Data (Visual Basic)
This section contains topics dealing with the My.User
object and tasks that you can accomplish with it.
The My.User
object provides access to information about the logged-on user by returning an object that implements the IPrincipal interface.
Tasks
To | See |
---|---|
Get the user's login name | Name |
Get the user's domain name, if the application uses Windows authentication | CurrentPrincipal |
Determine the user's role | IsInRole |
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.