Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / Certificate Class / Certificate Constructor / Certificate Constructor(String,String)


In This Topic
    Certificate Constructor(String,String)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filename As String, _
       ByVal password As String _
    )
    'Usage
     
    Dim filename As String
    Dim password As String
     
    Dim instance As New Certificate(filename, password)
    public Certificate( 
       string filename,
       string password
    )

    Parameters

    filename
    password
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also