ThreatDetectionModule.OnConfigurationUpdate Method
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.
public:
abstract void OnConfigurationUpdate(Microsoft::IdentityServer::Public::ThreatDetectionFramework::ThreatDetectionLogger ^ logger, Microsoft::IdentityServer::Public::ThreatDetectionFramework::ThreatDetectionModuleConfiguration ^ configData);
public abstract void OnConfigurationUpdate (Microsoft.IdentityServer.Public.ThreatDetectionFramework.ThreatDetectionLogger logger, Microsoft.IdentityServer.Public.ThreatDetectionFramework.ThreatDetectionModuleConfiguration configData);
abstract member OnConfigurationUpdate : Microsoft.IdentityServer.Public.ThreatDetectionFramework.ThreatDetectionLogger * Microsoft.IdentityServer.Public.ThreatDetectionFramework.ThreatDetectionModuleConfiguration -> unit
Public MustOverride Sub OnConfigurationUpdate (logger As ThreatDetectionLogger, configData As ThreatDetectionModuleConfiguration)
Parameters
- logger
- ThreatDetectionLogger
- configData
- ThreatDetectionModuleConfiguration