Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.release_cred

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSReleaseCredMethod release_cred;
    delegate void GSSReleaseCredMethod(ref uint minor_status, ref IntPtr cred_handle);

[VB.NET]
    Event release_cred As GSSReleaseCredMethod
    Delegate Sub GSSReleaseCredMethod(ByRef minor_status As UInt32, ByRef cred_handle As IntPtr)

[Pascal]
    property release_cred : GSSReleaseCredMethod;
    GSSReleaseCredMethod = function(var minor_status : UInt32; var cred_handle : IntPtr): UInt32 of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • cred_handle -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum