ServerAuth

Manages the server side of an SSPI authentication handshake

Constructors

this
this(string packageName, IscReq securityContextFlags, uint dataRep)
Undocumented in source.

Alias This

base

Members

Aliases

DefaultSecurityContextFlags
alias DefaultSecurityContextFlags = BaseAuth.DefaultSecurityContextFlags
Undocumented in source.

Functions

authorize
auto authorize(const(ubyte)[] data)

Perform *one* step of the server authentication process.

impersonate
string impersonate()
Undocumented in source. Be warned that the author may not have intended to support it.
revertImpersonate
void revertImpersonate()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
isAuthenticated
bool isAuthenticated;
Undocumented in source.

Meta