adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileOperationTask Class / SetEncryptedData2 Method


In This Topic
    SetEncryptedData2 Method
    In This Topic
    Used to store encrypted data value 2 if required by the settings
    Syntax
    'Declaration
     
    
    Public Sub SetEncryptedData2( _
       ByVal value As String _
    ) 
    public void SetEncryptedData2( 
       string value
    )
    public:
    void SetEncryptedData2( 
       String^ value
    ) 

    Parameters

    value
    See Also