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


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

    Parameters

    value
    See Also