Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.get_mic

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSGetMicMethod get_mic;
    delegate void GSSGetMicMethod(ref uint minor_status, IntPtr context_handle, uint qop_req, ref GSSBufferDesc message_buffer, ref GSSBufferDesc message_token);

[VB.NET]
    Event get_mic As GSSGetMicMethod
    Delegate Sub GSSGetMicMethod(ByRef minor_status As UInt32, ByVal context_handle As IntPtr, ByVal qop_req As UInt32, ByRef message_buffer As GSSBufferDesc, ByRef message_token As GSSBufferDesc)

[Pascal]
    property get_mic : GSSGetMicMethod;
    GSSGetMicMethod = function(var minor_status : UInt32; context_handle : IntPtr; qop_req : UInt32; var message_buffer : GSSBufferDesc; var message_token : GSSBufferDesc): UInt32 of object;
    
    gss_buffer_t = ^ gss_buffer_desc;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • context_handle -
  • qop_req -
  • message_buffer -
  • message_token -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum