Show / Hide Table of Contents

Class Sid

The Secret Identity Data (SID) contains the private portion of a Smartcrypt identity.

Inheritance
Object
BasePdu<Sid>
Sid
Implements
IEquatable<Sid>
Inherited Members
BasePdu<Sid>.ToJsonForMds()
BasePdu<Sid>.ToJsonForLocalStorage()
BasePdu<Sid>.Equals(Sid)
BasePdu<Sid>.Equals(Object)
BasePdu<Sid>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
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
Type Description
Sid.Record

Properties

id

Declaration
[CanBeNull]
public string id { get; set; }
Property Value
Type Description
String

signature

Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
Type Description
String

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.Sid>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.