Interface IAgentCloudStorageCustomIdConfigurationPhase
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.Cloud.dll
Methods
WithCustomId(Func<String>)
Provides a hook point for configuration a custom store id. Must be protected code.
Declaration
IAgentCloudStorageConfigurationPhaseTail WithCustomId(Func<string> generateStoreId)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.String> | generateStoreId |
Returns
Type | Description |
---|---|
IAgentCloudStorageConfigurationPhaseTail | The tail phase of the cloud storage configuration |
Remarks
Allows your software to feed a custom value to become part of the license locking algorithm. This is extremely security sensitive and it must be protected code. Always add a [Protect] attribute and use a closure as anonymous functions will not be safely protected.