Method: DocuSign_eSign::Signer#require_signer_certificate
- Defined in:
- lib/docusign_esign/models/signer.rb
#require_signer_certificate ⇒ Object
Sets the type of signer certificate required for signing. If left blank, no certificate is required. Only one type of certificate can be set for a signer. The possible values are: * docusign_express - Requires a DocuSign Express certificate. * safe - Requires a SAFE-BioPharma certificate. * open_trust - Requires an OpenTrust certificate. Important: There are certain rules and restrictions that must be followed when requiring OpenTrust digital signatures. See [ML:OpenTrust Rules and Restrictions] for more information.
237 238 239 |
# File 'lib/docusign_esign/models/signer.rb', line 237 def require_signer_certificate @require_signer_certificate end |