EncryptionOptions.CopyFrom(EncryptionOptions) Method
Copies the appropriate properties of the specified object into the current instance of the EncryptionOptions class.
Namespace: DevExpress.Office.Crypto
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | EncryptionOptions | An EncryptionOptions class instance representing the source object for copying. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified EncryptionOptions object into the instance of the EncryptionOptions class that this method is called from.
See Also