WS_CERT_ENDPOINT_IDENTITY structure (webservices.h)
Type for certificate endpoint identity
Syntax
typedef struct _WS_CERT_ENDPOINT_IDENTITY {
WS_ENDPOINT_IDENTITY identity;
WS_BYTES rawCertificateData;
} WS_CERT_ENDPOINT_IDENTITY;
Members
identity
The base type from which this type and all other endpoint identity types derive.
rawCertificateData
The raw certificate data of the endpoint that is represented by this endpoint identity.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |