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 a property of a WS_SECURITY_CONTEXT
Syntax
typedef struct _WS_SECURITY_CONTEXT_PROPERTY {
WS_SECURITY_CONTEXT_PROPERTY_ID id;
void *value;
ULONG valueSize;
} WS_SECURITY_CONTEXT_PROPERTY;
Members
id
The identifier of the property.
value
The property value.
valueSize
The size of the property value
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |