RightsManagementInformation.DeleteUseLicense(ContentUser) 方法

定义

从加密权限管理数据流中删除指定用户的 UseLicense

public:
 void DeleteUseLicense(System::Security::RightsManagement::ContentUser ^ userKey);
public void DeleteUseLicense (System.Security.RightsManagement.ContentUser userKey);
member this.DeleteUseLicense : System.Security.RightsManagement.ContentUser -> unit
Public Sub DeleteUseLicense (userKey As ContentUser)

参数

userKey
ContentUser

要删除的 UseLicense 的用户。

适用于

另请参阅