Share via


UserAuthenticatorArgs Constructor

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

Initializes a new instance of the UserAuthenticatorArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    user As String, _
    pass As String _
)
public UserAuthenticatorArgs(
    string user,
    string pass
)
public:
UserAuthenticatorArgs(
    String^ user, 
    String^ pass
)
new : 
        user:string * 
        pass:string -> UserAuthenticatorArgs
public function UserAuthenticatorArgs(
    user : String, 
    pass : String
)

Parameters

.NET Framework Security

See Also

Reference

UserAuthenticatorArgs Class

Microsoft.SPOT.Net Namespace