Class ContingencyMasterKey.Record
Inheritance
ContingencyMasterKey.Record
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
ca
The URN of the Contingency Association for this key.
Declaration
[CanBeNull]
public string ca { get; set; }
Property Value
keymaterial
Declaration
[CanBeNull]
public string keymaterial { get; set; }
Property Value
recipient
Declaration
[CanBeNull]
public string recipient { get; set; }
Property Value
revision
Declaration
public int revision { get; set; }
Property Value