IAdmCredentialsCacheDisabledNotifications

The IAdmCredentialsCacheDisabledNotifications interface allows configuring notifications displayed when the local credentails cache is disabled on a computer.

Inheritance: IUnknown

Properties

Details

Enabled

Gets or sets a value that indicates whether the notification should be displayed.

  • Type:
  • bool
  • Access:
  • Read/Write

NotificationTitle

Gets or sets the notification title.

  • Type:
  • string
  • Access:
  • Read/Write

NotificationText

Gets or sets the notification text.

  • Type:
  • string
  • Access:
  • Read/Write

NotificationIntervalMins

Gets or sets a time interval (in minutes) between notifications.

  • Type:
  • int
  • Access:
  • Read/Write

Remarks

If you want the notification to be displayed only once at system startup, set the property to 0.


NotificationMenuDoNotShow

Gets or sets a display name for the Do not show this message again item in the context menu of the notification icon.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If you don't want this item to be displayed, set the property to an empty string.


Requirements

Minimum required version: 2017.1

See also