adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / SetProxyPrivateKeyPassword Method
The new password


In This Topic
    SetProxyPrivateKeyPassword Method
    In This Topic
    Sets the password for the proxy private key, if required
    Syntax
    'Declaration
     
    
    Public Sub SetProxyPrivateKeyPassword( _
       ByVal value As String _
    ) 
    public void SetProxyPrivateKeyPassword( 
       string value
    )
    public:
    void SetProxyPrivateKeyPassword( 
       String^ value
    ) 

    Parameters

    value
    The new password
    See Also