Click or drag to resize

InvalidRequestExceptionIsDueToInvalidRequestSignature Property

Returns true if this failure came in response to a request that was sent with an invalid signature, typically caused by a problem with the security key.

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool IsDueToInvalidRequestSignature { get; }

Property Value

Boolean
Remarks

Signatures are used as part of the key-based security mechanism that protects the usage quotas associated with customer accounts. This .NET client library would typically generate all signatures automatically, so, unless you have customized the signature-generation process, this type of failure should only come about if a signature is generated using an erroneous security key (e.g. one that was entered with a typo).

The security key of the account would typically be set in the constructor of DegreeDaysApi.

See Also