<div class="content" name="AUTHZR_SECURITY_ATTRIBUTE_STRING_VALUE" uuid="4a57584a-dab1-4e35-a7d6-2e6b4536cbd1"><p>The AUTHZR_SECURITY_ATTRIBUTE_STRING_VALUE structure
contains the string value of a claim.</p><dl>
<dd>
<div><pre> typedef struct _AUTHZR_SECURITY_ATTRIBUTE_STRING_VALUE {
     [range(2, 32768)] ULONG Length;
     [string] [size_is(Length)] WCHAR* Value;
 } AUTHZR_SECURITY_ATTRIBUTE_STRING_VALUE;
  
  
</pre></div>
</dd></dl><p><b>Length:</b> The length of the string in the Value
parameter.</p><p><b>Value:</b> A Unicode string containing the pass-through
string value of the claim.</p></div>