WMRMLicenseRevocationResponse Object
The WMRMLicenseRevocationResponse object generates a license revocation response. This response is sent to the client and indicates which licenses to revoke.
The WMRMLicenseRevocationResponse object exposes the following properties and method.
Property | Description |
CustomData | Specifies and retrieves custom data (the user ID) indicating which licenses to revoke. |
KeyId | Specifies and retrieves the key ID of the license to revoke. |
RevocationPublicKey | Specifies and retrieves the public key for license revocation. |
TransactionId | Specifies and retrieves the transaction ID. |
Method | Description |
GenerateSignedResponse | Generates the license revocation response, which must then be sent to the client. |
See Also