adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportExportOptions Class / SetPassword Method

In This Topic
    SetPassword Method (ImportExportOptions)
    In This Topic
    Sets the password to use when EncryptionType is ExportEncryptionType.Password
    Syntax
    'Declaration
     
    
    Public Sub SetPassword( _
       ByVal source As String _
    ) 
    public void SetPassword( 
       string source
    )

    Parameters

    source
    Remarks
    This method hashes the source value; the hash is then used as the password.
    See Also