This EventType inherits all Properties of the AuditCertificateEventType.

The SourceName for Events of this type shall be “Security/Certificate”.

The Message Variable shall include a description of why the certificate is not trusted. If a trust chain is involved then the certificate that failed in the trust chain should be described. There are no additional Properties defined for this EventType.

interface RaiseAuditCertificateUntrustedEventData {
    $eventDataSource?: UAEventType;
    certificate: PseudoVariantByteString;
    sourceName: PseudoVariantStringPredefined<"Security/Certificate">;
    sourceNode?: Variant | PseudoVariantNodeId;
}

Hierarchy (view full)

Properties

$eventDataSource?: UAEventType
sourceName: PseudoVariantStringPredefined<"Security/Certificate">