Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The HTTP_SERVICE_BINDING_A structure provides Service Principle Name (SPN) in ASCII.
Syntax
typedef struct _HTTP_SERVICE_BINDING_A {
HTTP_SERVICE_BINDING_BASE Base;
PCHAR Buffer;
ULONG BufferSize;
} HTTP_SERVICE_BINDING_A, *PHTTP_SERVICE_BINDING_A;
Members
Base
An HTTP_SERVICE_BINDING_BASE value, the Type member of which must be set to HttpServiceBindingTypeA.
Buffer
A pointer to a buffer that represents the SPN.
BufferSize
The length, in bytes, of the string in Buffer.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | http.h |