sspi-d ~master (2020-01-06T14:58:11Z)
Dub
Repo
ClientAuth
sspi
Undocumented in source.
version(Windows)
struct
ClientAuth {
BaseAuth
base
;
alias
DefaultSecurityContextFlags
=
BaseAuth
.
DefaultSecurityContextFlags
;
string
targetSecurityContextProvider
;
this
(string packageName, string clientName, string targetSecurityContextProvider, IscReq securityContextFlags, uint dataRep);
auto
authorize
(const(ubyte)[] data);
}
Constructors
this
this
(string packageName, string clientName, string targetSecurityContextProvider, 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.
Variables
base
BaseAuth
base
;
Undocumented in source.
targetSecurityContextProvider
string
targetSecurityContextProvider
;
Undocumented in source.
Meta
Source
See Implementation
sspi
modules
defines
helpers
enums
CredentialDirection
manifest constants
cbMaxMessage
structs
BaseAuth
ClientAuth
ServerAuth