ThreatDetectionModule.OnAuthenticationPipelineLoad Method

Definition

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

Applies to