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