Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.accept_sec_context

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSAcceptSecContextMethod accept_sec_context;
    delegate void GSSAcceptSecContextMethod(ref uint minor_status, ref IntPtr context_handle, IntPtr acceptor_cred_handle, ref GSSBufferDesc input_token_buffer, IntPtr input_chan_bindings, ref IntPtr src_name, ref GSSBufferDesc mech_type, ref GSSBufferDesc output_token, ref uint ret_flags, ref uint time_rec, ref IntPtr delegated_cred_handle);

[VB.NET]
    Event accept_sec_context As GSSAcceptSecContextMethod
    Delegate Sub GSSAcceptSecContextMethod(ByRef minor_status As UInt32, ByRef context_handle As IntPtr, ByVal acceptor_cred_handle As IntPtr, ByRef input_token_buffer As GSSBufferDesc, ByVal input_chan_bindings As IntPtr, ByRef src_name As IntPtr, ByRef mech_type As GSSBufferDesc, ByRef output_token As GSSBufferDesc, ByRef ret_flags As UInt32, ByRef time_rec As UInt32, ByRef delegated_cred_handle As IntPtr)

[Pascal]
    property accept_sec_context : GSSAcceptSecContextMethod;
    GSSAcceptSecContextMethod = function(var minor_status : UInt32; var context_handle : IntPtr; acceptor_cred_handle : IntPtr; var input_token_buffer : GSSBufferDesc; input_chan_bindings : IntPtr; var src_name : IntPtr; var mech_type : GSSOIDDesc; var output_token : GSSBufferDesc; var ret_flags : UInt32; var time_rec : UInt32; var delegated_cred_handle : IntPtr): UInt32 of object;
    
    gss_buffer_t = ^ gss_buffer_desc;
    gss_channel_bindings_t = ^ gss_channel_bindings_desc_t;
    gss_OID = ^ gss_OID_desc;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • context_handle -
  • acceptor_cred_handle -
  • input_token_buffer -
  • input_chan_bindings -
  • src_name -
  • mech_type -
  • output_token -
  • ret_flags -
  • time_rec -
  • delegated_cred_handle -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum