SecurityContext.IsWindowsIdentityFlowSuppressed Método
Definição
Determina se o fluxo da porção de identidade de Windows do contexto de segurança atual foi suprimido.Determines whether the flow of the Windows identity portion of the current security context has been suppressed.
public:
static bool IsWindowsIdentityFlowSuppressed();
public static bool IsWindowsIdentityFlowSuppressed ();
static member IsWindowsIdentityFlowSuppressed : unit -> bool
Public Shared Function IsWindowsIdentityFlowSuppressed () As Boolean
Retornos
true se o fluxo tiver sido suprimido; caso contrário, false.true if the flow has been suppressed; otherwise, false.
Comentários
O IsWindowsIdentityFlowSuppressed método é usado por componentes de infraestrutura para determinar se as informações de identidade do Windows devem ser transferidas quando as SecurityContext migrações durante operações assíncronas.The IsWindowsIdentityFlowSuppressed method is used by infrastructure components to determine whether to transfer the Windows identity information when the SecurityContext migrates during asynchronous operations.