Discuss this help topic in SecureBlackbox Forum

TElGSSAPIMechanism.krb5_ccache_name

TElGSSAPIMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    event GSSKRB5CCacheNameMethod krb5_ccache_name;
    delegate void GSSKRB5CCacheNameMethod(ref uint minor_status, IntPtr name, IntPtr out_name);

[VB.NET]
    Event krb5_ccache_name As GSSKRB5CCacheNameMethod
    Delegate Sub GSSKRB5CCacheNameMethod(ByRef minor_status As UInt32, ByVal name As IntPtr, ByVal out_name As IntPtr)

[Pascal]
    property krb5_ccache_name : GSSKRB5CCacheNameMethod;
    GSSKRB5CCacheNameMethod = function(var minor_status : UInt32; name : IntPtr; out_name : IntPtr): UInt32 of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • minor_status -
  • name -
  • out_name -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum