C# Class Dse.Auth.Sspi.Buffers.SecureBufferDescInternal

Show file Open project: datastax/csharp-driver-dse Class Usage Examples

Public Properties

Property Type Description
Buffers System.IntPtr
NumBuffers int
Version int

Property Details

Buffers public property

A pointer to a array of buffers, where each buffer is a byte[].
public IntPtr,System Buffers
return System.IntPtr

NumBuffers public property

The number of buffers represented by this descriptor.
public int NumBuffers
return int

Version public property

The buffer structure version.
public int Version
return int