DataEncryption

MetadataSearchOptions.DataEncryption 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.

public IDataEncryption DataEncryption { get; set; }

See Also