Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.release_name

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSReleaseNameMethod release_name;
    delegate void GSSReleaseNameMethod(ref uint minor_status, ref IntPtr input_name);

[VB.NET]
    Event release_name As GSSReleaseNameMethod
    Delegate Sub GSSReleaseNameMethod(ByRef minor_status As UInt32, ByRef input_name As IntPtr)

[Pascal]
    property release_name: gss_release_name;
    gss_release_name = function(var minor_status : OM_uint32 { LongWord }; var input_name : Pointer) : OM_uint32 { LongWord };

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • input_name -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum