The PasswordProvidedEventArgs type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PasswordProvidedEventArgs |
Initializes a new instance of the PasswordProvidedEventArgs class.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Successfully authenticates the client.
| |
| Accept( Byte ) |
Authenticates the client, if the password bytes match.
| |
| Accept( Char ) |
Authenticates the client, if the password characters match.
|
Properties
| Name | Description | |
|---|---|---|
| IsAuthenticated | true if the client has successfully authenticated.
|
See Also