Share via


SecurityContext.IsFlowSuppressed 메서드

정의

보안 컨텍스트 흐름이 억제되었는지 여부를 확인합니다.

public:
 static bool IsFlowSuppressed();
public static bool IsFlowSuppressed ();
static member IsFlowSuppressed : unit -> bool
Public Shared Function IsFlowSuppressed () As Boolean

반환

흐름이 억제되었으면 true이고, 그렇지 않으면 false입니다.

예외

.NET 5 이상(.NET Core 포함): 모든 경우에.

설명

IsFlowSuppressed 메서드는 인프라 구성 요소에서 비동기 작업 중에 정보를 전송 SecurityContext 할지 여부를 결정하는 데 사용됩니다.

적용 대상