Share via


MonitoringSettings.CertificateLifetimeNotificationThreshold Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public int CertificateLifetimeNotificationThreshold { get; set; }
public:
[DataMemberAttribute]
property int CertificateLifetimeNotificationThreshold {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member CertificateLifetimeNotificationThreshold : int with get, set
<DataMemberAttribute>
Public Property CertificateLifetimeNotificationThreshold As Integer

Property Value

Type: System.Int32

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

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.

See Also

MonitoringSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright