@page "/certificates" @attribute [Microsoft.AspNetCore.Authorization.Authorize] @rendermode RenderMode.InteractiveServer @using System.Security.Cryptography.X509Certificates @using Microsoft.Extensions.Configuration @using Microsoft.AspNetCore.Components.Authorization @using ZB.MOM.WW.OtOpcUa.AdminUI.Certificates @inject IConfiguration Config @inject CertificateStoreManager CertManager @implements IDisposable
Loading…
} else { @if (_statusMsg is not null) {| Subject | Issuer | Thumbprint | Not before | Not after | @if (store.Kind is StoreKind.Trusted or StoreKind.Rejected) {Actions | }
|---|---|---|---|---|---|
| @c.Subject | @c.Issuer | @c.Thumbprint[..16]… | @c.NotBefore.ToString("u") | @c.NotAfter.ToString("u") | @if (store.Kind is StoreKind.Trusted or StoreKind.Rejected) {
|
}