SecureEnvironment.RemoveActivatedUser(ContentUser) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the license activation for a specified user.
public:
static void RemoveActivatedUser(System::Security::RightsManagement::ContentUser ^ user);
public static void RemoveActivatedUser (System.Security.RightsManagement.ContentUser user);
static member RemoveActivatedUser : System.Security.RightsManagement.ContentUser -> unit
Public Shared Sub RemoveActivatedUser (user As ContentUser)
Parameters
- user
- ContentUser
The user to remove the license activation for.
Exceptions
The user
parameter is null
.
The given user
is not authenticated with either Windows authentication or Passport authentication.
Remarks
The user authentication must be performed either with Windows authentication or Passport authentication.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.