CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE struttura (winnt.h)
La struttura CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE specifica il tipo di valore OCTET_STRING dell'attributo di sicurezza attestazione.
Sintassi
typedef struct _CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE {
PVOID pValue;
DWORD ValueLength;
} CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE, *PCLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE;
Members
pValue
Buffer puntatore che contiene il valore di OCTET_STRING . Il valore è una serie di byte della lunghezza indicata nel membro ValueLength .
ValueLength
Lunghezza, in byte, del valore di OCTET_STRING .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | winnt.h |