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.
The CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_RELATIVE structure specifies an octet string.<78>
-
typedef struct _CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_RELATIVE { DWORD Length; BYTE OctetString[]; } CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_RELATIVE, *PCLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_RELATIVE;
Length: The length, in bytes, of the value contained in the OctetString field.
OctetString: An array of bytes containing the octet string value. The length of the value is specified by the Length field.