The AuthenticationEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ClientAddress |
Gets the client's IP address.
(Inherited from AuthenticationBaseEventArgs.) | |
ClientEndPoint |
Gets the client-side endpoint of the client's connection.
(Inherited from AuthenticationBaseEventArgs.) | |
ClientSoftwareIdentifier |
Gets identifier of the client software.
(Inherited from AuthenticationBaseEventArgs.) | |
Key |
Gets the user public key.
| |
PartiallyAccepted |
Indicates whether a different kind of credential has already been partially accepted for this authentication session.
| |
Password |
Gets the password.
| |
Session |
Gets server session.
(Inherited from AuthenticationBaseEventArgs.) | |
UserName |
Gets the user name of the client trying to authenticate.
(Inherited from AuthenticationBaseEventArgs.) | |
Users |
Returns Users collection on the server authenticating the request.
(Inherited from AuthenticationBaseEventArgs.) |