Document Task SettingsPasswords Property
Gets or sets the password array to use for decryption of supported password-protected formats.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string[] Passwords { get; set; }Property Value
StringRemarks
When processing a supported file format for decryption, each password in the password array will be used in an attempt to successfully
decrypt the document until the the correct password is found or there are no more passwords in the array to try.