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.
Defines the type of tokens that can be used for authenticating with an endpoint.
Syntax
typedef enum tagUpdateEndpointAuthTokenType {
ueattInvalidTokenType = 0x0,
ueattSAML11Token = 0X1
} UpdateEndpointAuthTokenType;
Constants
ueattInvalidTokenType
No authentication token is needed.ueattSAML11Token
The authentication token for the endpoint is a WS-Security SAML (Security Assertion Markup Language) 1.1 token.
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
UpdateEndpointAuth.h |
IDL |
UpdateEndpointAuth.idl |