Freigeben über


MonitoringSettings.CertificateLifetimeNotificationThreshold Property

Definition

Gets or sets the threshold of the certificate lifetime remaining at which to begin reporting expiration notifications.

public:
 property int CertificateLifetimeNotificationThreshold { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int CertificateLifetimeNotificationThreshold { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CertificateLifetimeNotificationThreshold : int with get, set
Public Property CertificateLifetimeNotificationThreshold As Integer

Property Value

The threshold of the certificate lifetime remaining at which to begin reporting expiration notifications. Specified as an integral percentage.

Attributes

Remarks

If at the time the monitoring test runs the remaining time to expiration of the certificate is less than the threshold value, a warning is written into the event log along with details about the certificate.

Applies to