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

    Cryptographically protects the specified string data.

    Namespace: DevExpress.DataAccess

    Assembly: DevExpress.Data.v26.1.dll

    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