Discuss this help topic in SecureBlackbox Forum
The gss_channel_bindings_desc_t record is …
This topic is under development…
Declaration
[C#/Java]
not implemented;
[VB.NET]
not implemented;
[Pascal]
gss_OID_desc = record
length : LongWord;
elements : Pointer;
end;
[C++]
typedef struct
{
uint32_t length;
void * elements;
} gss_OID_desc, * gss_OID;
Description
…
Declared in
.NET:
- Namespace: SBGSSAPI
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum