<div class="content" name="GetCAPropertyInfo" uuid="85a1e57d-3f12-46c5-956c-db68eb31ec7d"><p>The GetCAPropertyInfo method is used to retrieve information
about a property on the <span><a href="c6451297-197d-4b4b-b786-3f3187b67b8f#gt_c925d5d7-a442-4ba4-9586-5f94ccec847a" data-linktype="relative-path">CA</a></span>, such as its type
and length.</p><dl>
<dd>
<div><pre> HRESULT GetCAPropertyInfo(
   [in, string, unique] wchar_t const* pwszAuthority,
   [out] LONG* pcProperty,
   [out, ref] CERTTRANSBLOB* pctbPropInfo
 );
</pre></div>
</dd></dl><p><b>pwszAuthority: </b> See the <i>pwszAuthority</i>
definition in <span><a href="faae1099-4b4f-463c-95b0-5962c9bf400e" data-linktype="relative-path">ICertAdminD::SetExtension</a></span>.
</p><p><b>pcProperty: </b>An integer value containing the
number of property structures returned.</p><p><b>pctbPropInfo: </b>A <span><a href="a94fb0b1-902f-43ea-9422-f2d24bcb10b6" data-linktype="relative-path">CERTTRANSBLOB</a></span>
structure containing zero or more CATRANSPROP structures. For more information
on CERTTRANSBLOB and CATRANSPROP structures, see section <span><a href="d9e0f247-2b38-466d-934b-83093c6a11a5" data-linktype="relative-path">2.2.1</a></span>.
</p><p>The processing of the ICertAdminD2::GetCAPropertyInfo method
is the same as that specified in <span><a href="../ms-wcce/446a0fca-7f27-4436-965d-191635518466" data-linktype="relative-path">[MS-WCCE]</a></span>
section <span><a href="../ms-wcce/767fe54b-73f7-4fd1-99c8-4447b0953817" data-linktype="relative-path">3.2.1.4.3.3</a></span>.
</p></div>