AcceptSecurityContext
(Engine-Level Function)
InputBuffer |
Required. The security context from a client |
UserName |
Required. A variable that will receive the UPN format username of the user that created the context if the context is successfully validated. |
OutputBuffer |
Required. Any security context response to be returned to a client. |
Comments: |
Used to validate a security context from a VIC. |
Example:
If AuthRequired; [ NegotiateTest = AcceptSecurityContext(AuthToken, AccountName, ContextBuffer); ... ]