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


In This Topic
    SetPrivateKey Method
    In This Topic
    Sets the private key used for connecting to this provider
    Syntax
    'Declaration
     
    
    Public Sub SetPrivateKey( _
       ByVal value As String _
    ) 
    public void SetPrivateKey( 
       string value
    )
    public:
    void SetPrivateKey( 
       String^ value
    ) 

    Parameters

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