Click or drag to resize

Signature Class

A signature of the request together with a label describing the method that was used to create it.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.ProcessingSignature

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

The Signature type exposes the following members.

Constructors
 NameDescription
Public methodSignatureInitializes a new instance of the Signature class
Top
Properties
 NameDescription
Public propertyMethod 
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetBytes 
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