Discuss this help topic in SecureBlackbox Forum

gss_OID_desc

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


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:
  • Unit: SBGSSAPI
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbgssapi.h

Discuss this help topic in SecureBlackbox Forum