<div class="content" name="GetSD" uuid="430af54a-139e-4fbd-bb61-01d950b09057"><p>The <b>GetSD</b> method gets the security descriptor in the
NamespaceConnection of the namespace. This method is called using the <a href="7a50647a-5311-41c2-8f4f-83bcfb497877" data-linktype="relative-path">IWbemServices</a> interface as
described in section <a href="924006e2-78bf-4460-97f0-2e6f4fbb7d51" data-linktype="relative-path">3.2.4.2.5</a>.</p><dl>
<dd>
<div><pre> void GetSD (
   [out] Uint32 sd
 );
</pre></div>
</dd></dl><p><b>sd: </b>Exchanges a byte array containing a
self-relative <a href="../ms-dtyp/7d4dac05-9cef-4563-a058-f108abecce1d" data-linktype="relative-path">SECURITY_DESCRIPTOR</a>
structure, as defined in <a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a>
(section 2.4.6).</p><dl>
<dd>
<p>A return value of 0 indicates success. Any nonzero
value indicates failure.<a id="Appendix_A_Target_8"></a><a aria-label="Product behavior note 8" href="27182640-aa3f-43b6-941f-a77d25f798e8#Appendix_A_8" data-linktype="relative-path">&lt;8&gt;</a></p>
</dd></dl></div>