Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.verify_mic

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSVerifyMicMethod verify_mic;
    delegate void GSSVerifyMicMethod(ref uint minor_status, IntPtr context_handle, ref GSSBufferDesc message_buffer, ref GSSBufferDesc token_buffer, ref uint qop_state);

[VB.NET]
    Event verify_mic As GSSVerifyMicMethod
    Delegate Sub GSSVerifyMicMethod(ByRef minor_status As UInt32, ByVal context_handle As IntPtr, ByRef message_buffer As GSSBufferDesc, ByRef token_buffer As GSSBufferDesc, ByRef qop_state As UInt32)

[Pascal]
    property verify_mic : GSSVerifyMicMethod;
    GSSVerifyMicMethod = function(var minor_status : UInt32; context_handle : IntPtr; var message_buffer : GSSBufferDesc; var token_buffer : GSSBufferDesc; var qop_state : UInt32): UInt32 of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • context_handle -
  • message_buffer -
  • token_buffer -
  • qop_state -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum