共用方式為


ContentUser.OwnerUser 屬性

定義

取得 "Owner" ContentUser 角色的執行個體。

public:
 static property System::Security::RightsManagement::ContentUser ^ OwnerUser { System::Security::RightsManagement::ContentUser ^ get(); };
public static System.Security.RightsManagement.ContentUser OwnerUser { get; }
static member OwnerUser : System.Security.RightsManagement.ContentUser
Public Shared ReadOnly Property OwnerUser As ContentUser

屬性值

"Owner" ContentUser 角色的執行個體。

備註

OwnerUser 具有 AuthenticationType 「Internal」 和 Name 「Owner」。

OwnerUser 伺服器端範本會在建立受保護的檔時,為內容作者或發行者提供特殊許可權。

適用於

另請參閱