Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

ChangePasswordEventArgs Class

Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)

Provides data for ChangePassword event.

Syntax
public class ChangePasswordEventArgs : AuthenticationBaseEventArgs
Inheritance
Object
EventArgs
AuthenticationBaseEventArgs
ChangePasswordEventArgs
Inherited Members
AuthenticationBaseEventArgs.ClientAddress
AuthenticationBaseEventArgs.ClientEndPoint
AuthenticationBaseEventArgs.ClientSoftwareIdentifier
AuthenticationBaseEventArgs.Context
AuthenticationBaseEventArgs.ServerAddress
AuthenticationBaseEventArgs.ServerEndPoint
AuthenticationBaseEventArgs.Session
AuthenticationBaseEventArgs.Task
AuthenticationBaseEventArgs.UserName
AuthenticationBaseEventArgs.Users
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

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.

Context

An optional custom object representing the session context. Inherited from AuthenticationBaseEventArgs.

CustomMessage

An optional custom message. Either welcome message in case of acceptance; or details for rejection.

NewPassword

Gets the new password.

OldPassword

Gets the old password.

ServerAddress

Gets the server-side IP address of the client's connection. Inherited from AuthenticationBaseEventArgs.

ServerEndPoint

Gets the server-side endpoint of the client's connection. Inherited from AuthenticationBaseEventArgs.

Session

Gets server session. Inherited from AuthenticationBaseEventArgs.

Task

An optional task to be awaited. 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.

Methods

Name Description
Accept()

Accepts the change password request.

Reject()

Rejects the change password request.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies