共用方式為


CSid::GetSubAuthority

傳回在 SID (Security Identifier) 結構的指定 subauthority。

DWORD GetSubAuthority(
   DWORD nSubAuthority 
) const throw( );

參數

  • nSubAuthority
    subauthority。

傳回值

傳回 nSubAuthority *參考的 subauthority。*subauthority 值是相對 Identifier (RID)。

備註

nSubAuthority 參數指定識別方法要傳回的 subauthority 陣列元素的索引值。 方法不會執行這個值的驗證測試。 應用程式可以呼叫 CSid::GetSubAuthorityCount 尋找可接受值的範圍。

注意事項注意事項

在偵錯函式將會造成提示的組建 CSid 物件是否無效。

需求

Header: atlsecurity.h

請參閱

參考

CSid 類別

CSid::GetPSID_IDENTIFIER_AUTHORITY