SetProductRequirements Method
Configures the application requirements for the various known server products. For each product, the app can configure if the product is Required, Optional, or Restricted.
Syntax
void SetProductRequirements(
VaultProductRequirements productConfiguration
)Sub SetProductRequirements( _
ByVal productConfiguration As VaultProductRequirements _
) Parameters
| Name | Description |
|---|---|
| productConfiguration | The configuration for each of the server products. |
Remarks
When Logging In, the product requirements set with this method will be evaluated. If the server does not support these requirements, then the Log In operation will fail.