SecurityContext.IsWindowsIdentityFlowSuppressed 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 보안 컨텍스트의 Windows ID 부분의 흐름이 억제되었는지 여부를 확인합니다.
public:
static bool IsWindowsIdentityFlowSuppressed();
public static bool IsWindowsIdentityFlowSuppressed ();
static member IsWindowsIdentityFlowSuppressed : unit -> bool
Public Shared Function IsWindowsIdentityFlowSuppressed () As Boolean
반환
흐름이 억제되었으면 true
이고, 그렇지 않으면 false
입니다.
예외
.NET 5 이상(.NET Core 포함): 모든 경우에.
설명
이 IsWindowsIdentityFlowSuppressed 메서드는 비동기 작업 중에 마이그레이션할 때 SecurityContext Windows ID 정보를 전송할지 여부를 결정하기 위해 인프라 구성 요소에서 사용됩니다.