Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.release_oid_set

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSReleaseOIDSetMethod release_oid_set;
    delegate void GSSReleaseOIDSetMethod(ref uint minor_status, ref IntPtr oid_set);

[VB.NET]
    Event release_oid_set As GSSReleaseOIDSetMethod
    Delegate Sub GSSReleaseOIDSetMethod(ByRef minor_status As UInt32, ByRef oid_set As IntPtr)

[Pascal]
    property release_oid_set : GSSReleaseOIDSetMethod;
    GSSReleaseOIDSetMethod = function(var minor_status : UInt32; var oid_set : IntPtr): UInt32 of object;
    
    gss_OID_set = ^ gss_OID_set_desc;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • oid_set -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum