This EventType inherits all Properties of the AuditCertificateEventType. Either the InvalidHostname or InvalidUri shall be provided.

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

Hierarchy (view full)

Properties

$eventDataSource?: UAEventType
invalidHostname: PseudoVariantString

InvalidHostname is the string that represents the host name passed in as part of the URL that is found to be invalid. If the host name was not invalid it can be null.

sourceName: PseudoVariantStringPredefined<"Security/Certificate">