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


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

    Parameters

    value
    The new password
    See Also