VerifyClientKey function
Ensures that the client key has the correct security.
Note
This API is for internal use only. It's not intended for use from developer code.
Syntax
LONG VerifyClientKey();
Return value
If the function succeeds, the return value is ERROR_SUCCESS
(0).
If the function fails, the return value is a non-zero error code defined in WinError.h.
Requirements
Platforms: See System Requirements.
Header: WMINet_Utils.def
.NET Framework Versions: Available since 4.7.2
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.