Click or drag to resize

RequestSecurityInfo Class

Security info that needs to be generated and sent with each request to the API.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.ProcessingRequestSecurityInfo

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class RequestSecurityInfo

The RequestSecurityInfo type exposes the following members.

Properties
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also