Share via


UserAuthenticator Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the method to use for user authentication events.

Namespace:  Microsoft.SPOT.Net
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Delegate Sub UserAuthenticator ( _
    sender As Object, _
    e As UserAuthenticatorArgs _
)
public delegate void UserAuthenticator(
    Object sender,
    UserAuthenticatorArgs e
)
public delegate void UserAuthenticator(
    Object^ sender, 
    UserAuthenticatorArgs^ e
)
type UserAuthenticator = 
    delegate of 
        sender:Object * 
        e:UserAuthenticatorArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT.Net Namespace