Methods

Files

GSSAPI::LibGSSAPI::GssCredIdT

gss_cred_id_t

Public Class Methods

release_ptr(cred_ptr) click to toggle source
# File lib/gssapi/lib_gssapi.rb, line 201
def self.release_ptr(cred_ptr)
  min_stat = FFI::MemoryPointer.new :OM_uint32
  maj_stat = LibGSSAPI.gss_release_cred(min_stat, cred_ptr)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.