WSMAN_CERTIFICATE_DETAILS structure (wsman.h)
Stores client information for an inbound request that was sent with a client certificate. The individual fields represent the fields within the client certificate.
Syntax
typedef struct _WSMAN_CERTIFICATE_DETAILS {
PCWSTR subject;
PCWSTR issuerName;
PCWSTR issuerThumbprint;
PCWSTR subjectName;
} WSMAN_CERTIFICATE_DETAILS;
Members
subject
Specifies the subject that is identified by the certificate.
issuerName
Specifies the name of the issuer of the certificate.
issuerThumbprint
Specifies the thumbprint of the issuer.
subjectName
Specifies the subject name of the issuer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | wsman.h |
Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |