Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 3.12 KB

ns-mprapi-auth_validation_ex.md

File metadata and controls

94 lines (71 loc) · 3.12 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mprapi._AUTH_VALIDATION_EX
AUTH_VALIDATION_EX (mprapi.h)
Used for enabling clients to bypass Point-to-Point (PPP) authentication during Secure Socket Tunneling Protocol (SSTP) connection establishment.
AUTH_VALIDATION_EX
AUTH_VALIDATION_EX structure [RAS]
PAUTH_VALIDATION_EX
PAUTH_VALIDATION_EX structure pointer [RAS]
mprapi/AUTH_VALIDATION_EX
mprapi/PAUTH_VALIDATION_EX
rras.auth_validation_ex
rras\auth_validation_ex.htm
RRAS
17e78379-a9f8-4aab-aff3-aa9b21eb629c
12/05/2018
AUTH_VALIDATION_EX, AUTH_VALIDATION_EX structure [RAS], PAUTH_VALIDATION_EX, PAUTH_VALIDATION_EX structure pointer [RAS], mprapi/AUTH_VALIDATION_EX, mprapi/PAUTH_VALIDATION_EX, rras.auth_validation_ex
mprapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Windows
AUTH_VALIDATION_EX
19H1
_AUTH_VALIDATION_EX
mprapi/_AUTH_VALIDATION_EX
AUTH_VALIDATION_EX
mprapi/AUTH_VALIDATION_EX
c++
APIRef
kbSyntax
HeaderDef
Mprapi.h
AUTH_VALIDATION_EX

AUTH_VALIDATION_EX structure

-description

The AUTH_VALIDATION_EX structure is used for enabling clients to bypass Point-to-Point (PPP) authentication during Secure Socket Tunneling Protocol (SSTP) connection establishment.

-struct-fields

-field Header

A MPRAPI_OBJECT_HEADER structure that specifies the version of the AUTH_VALIDATION_EX structure.

Note  The revision member of Header must be 0x01 and type must be MPRAPI_OBJECT_TYPE_AUTH_VALIDATION_OBJECT.
 

-field hRasConnection

A handle to the RAS connection for which PPP authentication is being bypassed. This can be a handle returned by the RasDial or RasEnumConnections function.

-field wszUserName

A null-terminated Unicode string that contains the name of the user logging on to the connection.

-field wszLogonDomain

A null-terminated Unicode string that contains the domain on which the connected user is authenticating.

-field AuthInfoSize

The size, in bytes, of the user authentication information in AuthInfo.

-field AuthInfo

A BYTE array that contains the user authentication information required to bypass PPP authentication during SSTP connection negotiation.

-see-also

Router Management Reference

Router Management Structures