C# Class System.Security.SecurityContext

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Capture ( ) : SecurityContext
Capture ( ) : System.Security.SecurityContext
CreateCopy ( ) : SecurityContext
CreateCopy ( ) : System.Security.SecurityContext
Dispose ( ) : void
IsFlowSuppressed ( ) : bool
IsWindowsIdentityFlowSuppressed ( ) : bool
RestoreFlow ( ) : void
Run ( SecurityContext securityContext, ContextCallback callback, object state ) : void
Run ( System securityContext, System callback, object state ) : void

Private Methods

Méthode Description
SecurityContext ( )
SecurityContext ( ) : System.Threading

Method Details

Capture() public static méthode

public static Capture ( ) : SecurityContext
Résultat SecurityContext

Capture() public static méthode

public static Capture ( ) : System.Security.SecurityContext
Résultat System.Security.SecurityContext

CreateCopy() public méthode

public CreateCopy ( ) : SecurityContext
Résultat SecurityContext

CreateCopy() public méthode

public CreateCopy ( ) : System.Security.SecurityContext
Résultat System.Security.SecurityContext

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsFlowSuppressed() public static méthode

public static IsFlowSuppressed ( ) : bool
Résultat bool

IsWindowsIdentityFlowSuppressed() public static méthode

public static IsWindowsIdentityFlowSuppressed ( ) : bool
Résultat bool

RestoreFlow() public static méthode

public static RestoreFlow ( ) : void
Résultat void

Run() public static méthode

public static Run ( SecurityContext securityContext, ContextCallback callback, object state ) : void
securityContext SecurityContext
callback ContextCallback
state object
Résultat void

Run() public static méthode

public static Run ( System securityContext, System callback, object state ) : void
securityContext System
callback System
state object
Résultat void