Skip to main content
A newer version of this page is available. .

EncryptionOptions.PreserveSession(IEncryptionSession, String) Method

For internal use.

Namespace: DevExpress.Office.Crypto

Assembly: DevExpress.Data.v19.2.dll

Declaration

public void PreserveSession(
    IEncryptionSession session,
    string password
)

Parameters

Name Type
session DevExpress.Office.Crypto.IEncryptionSession
password String
See Also