Method: AsposeWordsCloud::InsertCommentRequest#encrypted_password
- Defined in:
- lib/aspose_words_cloud/models/requests/insert_comment_request.rb
#encrypted_password ⇒ Object
Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
51 52 53 |
# File 'lib/aspose_words_cloud/models/requests/insert_comment_request.rb', line 51 def encrypted_password @encrypted_password end |