C# Класс System.Security.SecurityContext.SecurityContext

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Run void
SecurityContext System.Runtime.InteropServices
SecurityContext System.Runtime.InteropServices
SuppressFlow System.Threading.AsyncFlowControl

Открытые методы

Метод Описание
Capture ( ) : SecurityContext
CreateCopy ( ) : SecurityContext
IsFlowSuppressed ( ) : bool
IsWindowsIdentityFlowSuppressed ( ) : bool
RestoreFlow ( ) : void
SuppressFlowWindowsIdentity ( ) : AsyncFlowControl

Приватные методы

Метод Описание
Run ( SecurityContext securityContext, ContextCallback callback, object state ) : void
SecurityContext ( ) : System.Runtime.InteropServices
SecurityContext ( SecurityContext sc ) : System.Runtime.InteropServices
SuppressFlow ( ) : AsyncFlowControl

Описание методов

Capture() статический публичный Метод

static public Capture ( ) : SecurityContext
Результат SecurityContext

CreateCopy() публичный Метод

public CreateCopy ( ) : SecurityContext
Результат SecurityContext

IsFlowSuppressed() статический публичный Метод

static public IsFlowSuppressed ( ) : bool
Результат bool

IsWindowsIdentityFlowSuppressed() статический публичный Метод

static public IsWindowsIdentityFlowSuppressed ( ) : bool
Результат bool

RestoreFlow() статический публичный Метод

static public RestoreFlow ( ) : void
Результат void

SuppressFlowWindowsIdentity() статический публичный Метод

static public SuppressFlowWindowsIdentity ( ) : AsyncFlowControl
Результат System.Threading.AsyncFlowControl