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

Show file Open project: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory Class Usage Examples

Public Properties

Property Type Description
cbBuffer int
cbBufferType int
pvBuffer System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
SecurityBuffer ( byte secBufferBytes ) : System
SecurityBuffer ( byte secBufferBytes, SecurityBufferType bufferType ) : System
SecurityBuffer ( int bufferSize ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SecurityBuffer() public method

public SecurityBuffer ( byte secBufferBytes ) : System
secBufferBytes byte
return System

SecurityBuffer() public method

public SecurityBuffer ( byte secBufferBytes, SecurityBufferType bufferType ) : System
secBufferBytes byte
bufferType SecurityBufferType
return System

SecurityBuffer() public method

public SecurityBuffer ( int bufferSize ) : System
bufferSize int
return System

Property Details

cbBuffer public property

public int cbBuffer
return int

cbBufferType public property

public int cbBufferType
return int

pvBuffer public property

public IntPtr,System pvBuffer
return System.IntPtr