MonitoringSettings.CertificateLifetimeNotificationThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.