Interface IAgentChallengeConfigurationPhase
Part of the Software Potential Agent configuration pipeline.
Used to specify the challenge handling function to be used in conjunction with the removable device discovery function.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.Removable.dll
Methods
WithRemovableChallengeHandler(Func<IStore, Byte[], Byte[]>)
Specifies the function that will resolve a challenge, acting as a backing proof for the consumption of a license stored within a Removable Store.
The challenge handler needs to calculate an RSA signature of a SHA512 hash of the input value.
Declaration
IAgentCloudStorageConfigurationPhase WithRemovableChallengeHandler(Func<IStore, byte[], byte[]> handler)
Parameters
Type | Name | Description |
---|---|---|
System.Func<IStore, System.Byte[], System.Byte[]> | handler |
Returns
Type | Description |
---|---|
IAgentCloudStorageConfigurationPhase | The next link in the Fluent Expression chain. |