Class Sid
The Secret Identity Data (SID) contains the private portion of a Smartcrypt identity.
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Sid : BasePdu<Sid>, IEquatable<Sid>
Constructors
Sid(Sid)
Declaration
public Sid([NotNull] Sid other)
Parameters
Type |
Name |
Description |
Sid |
other |
|
Fields
record
Declaration
[NotNull]
public readonly Sid.Record record
Field Value
Properties
id
Declaration
[CanBeNull]
public string id { get; set; }
Property Value
signature
Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.Sid>.ToJson(System.Boolean)
Implements