Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.import_name

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSImportNameMethod import_name;
    delegate void GSSImportNameMethod(ref uint minor_status, ref GSSBufferDesc input_name_buffer, ref GSSBufferDesc input_name_type, ref IntPtr output_name);

[VB.NET]
    Event import_name As GSSImportNameMethod
    Delegate Sub GSSImportNameMethod(ByRef minor_status As UInt32, ByRef input_name_buffer As GSSBufferDesc, ByRef input_name_type As GSSBufferDesc, ByRef output_name As IntPtr)

[Pascal]
    property import_name : GSSImportNameMethod;
    GSSImportNameMethod = function(var minor_status : UInt32; var input_name_buffer : GSSBufferDesc; var input_name_type : GSSOIDDesc; var output_name : IntPtr): UInt32 of object;
    
    gss_buffer_t = ^ gss_buffer_desc;
    gss_OID = ^ gss_OID_desc;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • input_name_buffer -
  • input_name_type -
  • output_name -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum