C# Class Microsoft.AspNetCore.Authentication.ActiveDirectory.SecurityHandle

Datei anzeigen Open project: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory Class Usage Examples

Public Properties

Property Type Description
HighPart System.IntPtr
LowPart System.IntPtr

Public Methods

Method Description
Reset ( ) : void

Resets all internal pointers to default value

SecurityHandle ( int dummy ) : System

Method Details

Reset() public method

Resets all internal pointers to default value
public Reset ( ) : void
return void

SecurityHandle() public method

public SecurityHandle ( int dummy ) : System
dummy int
return System

Property Details

HighPart public_oe property

public IntPtr,System HighPart
return System.IntPtr

LowPart public_oe property

public IntPtr,System LowPart
return System.IntPtr