adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / SetProxyPrivateKey Method
The private key, in the form required by the server


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

    Parameters

    value
    The private key, in the form required by the server
    See Also