Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of authentication used for this connection.
This property is read-only.
Syntax
HRESULT get_AuthenticationType(
[out] UINT *puiAuthType
);
Property value
Receives a value that specifies the type of authentication used for this connection. This can be one of the following values.
0
No authentication is used.
1
Certificate authentication is used.
2
Kerberos authentication is used.
3
Both certificate and Kerberos authentication are used.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Type library |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings6 is defined as 222c4b5d-45d9-4df0-a7c6-60cf9089d285 |