@model Client @{ ViewData["Title"] = @SR["Delete"]; }

@SR["Delete"]

@SR["AreYourSureYouWantToDeleteThis"]

Client


@Html.DisplayNameFor(model => model.Active)
@Html.DisplayFor(model => model.Active)
@Html.DisplayNameFor(model => model.DisplayName)
@Html.DisplayFor(model => model.DisplayName)
@Html.DisplayNameFor(model => model.LogoutRedirectUri)
@Html.DisplayFor(model => model.LogoutRedirectUri)
@Html.DisplayNameFor(model => model.RedirectUri)
@Html.DisplayFor(model => model.RedirectUri)
@Html.DisplayNameFor(model => model.RefreshTokenLifeTime)
@Html.DisplayFor(model => model.RefreshTokenLifeTime)
@Html.DisplayNameFor(model => model.Secret)
@Html.DisplayFor(model => model.Secret)
@Html.DisplayNameFor(model => model.Type)
@Html.DisplayFor(model => model.Type)