Unit 'IdAuthenticationSSPI' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TSSPIContext

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdAuthenticationSSPI.pas line 323

type TSSPIContext = class(TObject)

protected

  procedure CheckHasHandle;

  

  procedure CheckCredentials;

  

  function DoInitialize();

  

  procedure DoRelease; virtual;

  

  function GetRequestedFlags; virtual; abstract;

  

  procedure SetEstablishedFlags(); virtual; abstract;

  

  function GetAuthenticated; virtual; abstract;

  

  property HasHandle: Boolean; [r]

  

public

  procedure Release;

  

  property Credentials: TSSPICredentials; [r]

  

  property Handle: PCtxtHandle; [r]

  

  property Authenticated: Boolean; [r]

  

  property Expiry: TimeStamp; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TSSPIContext

  

|

TObject



CT Web help

CodeTyphon Studio