Skip to main content

EncryptionOptions.PreserveSession(IEncryptionSession, String) Method

For internal use.

Namespace: DevExpress.Office.Crypto

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void PreserveSession(
    IEncryptionSession session,
    string password
)

Parameters

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