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

    Cryptographically unprotects the specified string data.

    Namespace: DevExpress.DataAccess

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    string Unprotect(
        string protectedEntity
    )

    Parameters

    Name Type Description
    protectedEntity String

    The protected data to unprotect.

    Returns

    Type Description
    String

    The original form of protected data.

    See Also