DocumentTaskSettingsPasswords Property |
Gets or sets the password array to use for decryption of supported password-protected formats.
Namespace: OpenDiscoverSDK.Interfaces.Platform.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string[] Passwords { get; set; }Property Value
String
Remarks
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.
See Also