C# Class Microsoft.SqlServer.TDS.EndPoint.SSPI.SecBuffer

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
BufferPtr System.IntPtr
BufferSize int
BufferType int

Public Methods

Method Description
Dispose ( ) : void

Dispose security buffer

Private Methods

Method Description
SecBuffer ( byte buffer ) : System

Initialization constructor for existing buffer

SecBuffer ( int bufferSize ) : System

Initialization constructor that allocates a new security buffer

ToArray ( ) : byte[]

Extract raw byte data from the security buffer

Method Details

Dispose() public method

Dispose security buffer
public Dispose ( ) : void
return void

Property Details

BufferPtr public_oe property

public IntPtr,System BufferPtr
return System.IntPtr

BufferSize public_oe property

public int BufferSize
return int

BufferType public_oe property

public int BufferType
return int