Class Signer
Represents a person as an ID and a list of Signatures.
Inheritance
System.Object
Signer
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class Signer : object
Fields
| Improve this Doc View SourcebestFrr
best frr for the signer, used to find the best sampling frequency and step for each signer
Declaration
public double bestFrr
Field Value
Type | Description |
---|---|
System.Double |
bestSampleRate
best sampling frequency for the signer
Declaration
public int bestSampleRate
Field Value
Type | Description |
---|---|
System.Int32 |
bestStep
best step (nmber of skipped points) for the signer
Declaration
public int bestStep
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceID
An identifier for the Signer. Keep it unique to be useful for logs.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Signatures
List of signatures that belong to the signer. (Their origin is not constrained to be genuine.)
Declaration
public virtual List<Signature> Signatures { get; set; }
Property Value
Type | Description |
---|---|
List<Signature> |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of a Signer
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |