Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.73 KB

_lib_sspi_d_.serversecuritycontext.md

File metadata and controls

54 lines (30 loc) · 1.73 KB

node-expose-sspiGlobals"lib/sspi.d"ServerSecurityContext

Interface: ServerSecurityContext

ServerSecurityContext is the SecurityContext, specific to the server. It is the output of AcceptSecurityContext, and used in the input of InitializeSecurityContext. When the server want to send to the client authentication token input, this is done with this interface.

interface ServerSecurityContext

Hierarchy

  • ServerSecurityContext

Index

Properties

Properties

Readonly SECURITY_STATUS

SECURITY_STATUS: string

Defined in lib/sspi.d.ts:125


Readonly SecBufferDesc

SecBufferDesc: SecBufferDesc

Defined in lib/sspi.d.ts:128


Readonly contextAttr

contextAttr: AscRetFlag[]

Defined in lib/sspi.d.ts:127


Readonly contextHandle

contextHandle: CtxtHandle

Defined in lib/sspi.d.ts:126