DataEncryption

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

public IDataEncryption DataEncryption { get; set; }

See Also