ServerAuth

Manages the server side of an SSPI authentication handshake

Constructors

this
this(string packageName, securityContextFlags , ulong datarep)
Undocumented in source.

Alias This

base

Members

Functions

authorize
auto authorize(string data)

Perform *one* step of the server authentication process.

setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
BaseAuth base;
Undocumented in source.
credentialsExpiry
DateTime credentialsExpiry;
Undocumented in source.
datarap
ulong datarap;
Undocumented in source.
isAuthenticated
bool isAuthenticated;
Undocumented in source.
packageInfo
void* packageInfo;
Undocumented in source.
packageName
string packageName;
Undocumented in source.
securityContextFlags
IscReq securityContextFlags;
Undocumented in source.

Meta