data_encryption property
data_encryption property
Gets or sets implementation of IDataEncryption
interface to decrypt all Metadata signatures withing this options collection.
If this value is set all found signatures will use this encryption by default or its own DataEncryption if it was assigned.
Definition:
@property
def data_encryption(self):
...
@data_encryption.setter
def data_encryption(self, value):
...
See Also
- module
groupdocs.signature.options
- class
IDataEncryption
- class
MetadataSearchOptions