API Reference
Class
SecureBootCertificateEventInfo
Represents a relevant Secure Boot certificate rollout event from the System log.
Inheritance
- Object
- SecureBootCertificateEventInfo
Constructors
public SecureBootCertificateEventInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 EventId { get; set; } #Event identifier from the TPM-WMI provider.
public DateTimeOffset TimestampUtc { get; set; } #Event timestamp in UTC.
public String Level { get; set; } #Event severity level when available.
public Nullable<Int64> RecordId { get; set; } #Event log record identifier when available.
public String Summary { get; set; } #Short built-in summary for the event identifier.
public String Message { get; set; } #Rendered event message when available.