PublishLicense.AcquireUseLicenseNoUI(SecureEnvironment) Method

Definition

Attempts to acquire a UseLicense for a user or user group in a specified SecureEnvironment.

public:
 System::Security::RightsManagement::UseLicense ^ AcquireUseLicenseNoUI(System::Security::RightsManagement::SecureEnvironment ^ secureEnvironment);
public System.Security.RightsManagement.UseLicense AcquireUseLicenseNoUI (System.Security.RightsManagement.SecureEnvironment secureEnvironment);
member this.AcquireUseLicenseNoUI : System.Security.RightsManagement.SecureEnvironment -> System.Security.RightsManagement.UseLicense
Public Function AcquireUseLicenseNoUI (secureEnvironment As SecureEnvironment) As UseLicense

Parameters

secureEnvironment
SecureEnvironment

The secure environment for license activation and binding.

Returns

The UseLicense for a user or user group in the specified secureEnvironment.

Exceptions

secureEnvironment is null.

The authentication failed.

Remarks

The AcquireUseLicenseNoUI method suppresses the Windows network authentication dialog box. If the license request is denied because the user does not have permission, AcquireUseLicenseNoUI prevents the network authentication dialog box from displaying. Use silent acquisition when attempting to obtain licenses in a background task or in a non-user interface that might display confusing dialog boxes.

Applies to

See also