Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.indicate_mechs

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSIndicateMechsMethod indicate_mechs;
    delegate void GSSIndicateMechsMethod(ref uint minor_status, ref IntPtr mech_set);

[VB.NET]
    Event indicate_mechs As GSSIndicateMechsMethod
    Delegate Sub GSSIndicateMechsMethod(ByRef minor_status As UInt32, ByRef mech_set As IntPtr)

[Pascal]
    property indicate_mechs : GSSIndicateMechsMethod;
    GSSIndicateMechsMethod = function(var minor_status : UInt32; var mech_set : IntPtr): UInt32 of object;
    
    gss_OID_set = ^ gss_OID_set_desc;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • mech_set -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum