Skip to main content
All docs
V25.1
  • ISecureDataConverter.Protect(String) Method

    Cryptographically protects the specified string data.

    Namespace: DevExpress.DataAccess

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    string Protect(
        string entity
    )

    Parameters

    Name Type Description
    entity String

    The string data to protect.

    Returns

    Type Description
    String

    A string that is the protected initial string data.

    See Also