Interface IGSSCredential
.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
RemainingLifetime
int RemainingLifetime { get; }
Property Value
Usage
int Usage { get; }
Property Value
Methods
Add(GSSName, int, int, Oid, int)
void Add(GSSName arg0, int arg1, int arg2, Oid arg3, int arg4)
Parameters
Exceptions
Dispose()
void Dispose()
Exceptions
GetName(Oid)
GSSName GetName(Oid arg0)
Parameters
Returns
Exceptions
GetRemainingAcceptLifetime(Oid)
int GetRemainingAcceptLifetime(Oid arg0)
Parameters
Returns
Exceptions
GetRemainingInitLifetime(Oid)
int GetRemainingInitLifetime(Oid arg0)
Parameters
Returns
Exceptions
GetUsage(Oid)
int GetUsage(Oid arg0)