Structure.ByReference, Structure.ByValue
Modifier and Type | Field and Description |
---|---|
NativeLong |
cBuffers
Number of buffers.
|
Sspi.SecBuffer.ByReference[] |
pBuffers
Pointer to array of buffers.
|
NativeLong |
ulVersion
Version number.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
Sspi.SecBufferDesc()
Create a new SecBufferDesc with one SECBUFFER_EMPTY buffer.
|
Sspi.SecBufferDesc(int type,
byte[] token)
Create a new SecBufferDesc with initial data.
|
Sspi.SecBufferDesc(int type,
int tokenSize)
Create a new SecBufferDesc with one SecBuffer of a given type and size.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
public NativeLong ulVersion
public NativeLong cBuffers
public Sspi.SecBuffer.ByReference[] pBuffers
public Sspi.SecBufferDesc()
public Sspi.SecBufferDesc(int type, byte[] token)
type
- Token type.token
- Initial token data.public Sspi.SecBufferDesc(int type, int tokenSize)
type
- tokenSize
-