Table of Contents

Interface IGSSCredential

Namespace
Org.Ietf.Jgss
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IGSSCredential : ICloneable

Properties

Mechs

Oid[] Mechs { get; }

Property Value

Oid[]

Name

GSSName Name { get; }

Property Value

GSSName

RemainingLifetime

int RemainingLifetime { get; }

Property Value

int

Usage

int Usage { get; }

Property Value

int

Methods

Add(GSSName, int, int, Oid, int)

void Add(GSSName arg0, int arg1, int arg2, Oid arg3, int arg4)

Parameters

arg0 GSSName

GSSName

arg1 int

int

arg2 int

int

arg3 Oid

Oid

arg4 int

int

Exceptions

GSSException

Dispose()

void Dispose()

Exceptions

GSSException

GetName(Oid)

GSSName GetName(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

GSSName

GSSName

Exceptions

GSSException

GetRemainingAcceptLifetime(Oid)

int GetRemainingAcceptLifetime(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

int

int

Exceptions

GSSException

GetRemainingInitLifetime(Oid)

int GetRemainingInitLifetime(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

int

int

Exceptions

GSSException

GetUsage(Oid)

int GetUsage(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

int

int

Exceptions

GSSException