Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
The GetAuthType method retrieves the HTTP authentication scheme used during the authentication of the client.
Syntax
HRESULT GetAuthType(
PWSD_SECURITY_HTTP_AUTH_SCHEMES pAuthType
);
Parameters
pAuthType
Pointer to an HTTP_REQUEST_AUTH_TYPE value that indicates the HTTP authentication scheme used during authentication. Possible values include:
| Value | Meaning |
|---|---|
|
Negotiate authentication. |
|
NTLM authentication. |
Return value
This method returns S_OK on success.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | wsdbase.h (include Wsdapi.h) |