Skip to main content
All docs
V26.1
  • EncryptionOptions.PreserveSession(IEncryptionSession, String) Method

    For internal use.

    Namespace: DevExpress.Office.Crypto

    Assembly: DevExpress.Data.v26.1.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