data_encryption property

data_encryption property

Gets or sets implementation of IDataEncryption interface to encrypt all Metadata signatures withing this options collection. If this value is set all added 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