Class ContingencyAesKey
  
  
  
  
    Inheritance
    
    ContingencyAesKey
   
  
  
  
  Assembly: MetaClient.dll
  
  
    [PublicAPI]
public sealed class ContingencyAesKey : IManagedAesKey
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public ContingencyAesKey([NotNull] string assetUrn, int assetKeySequenceNumber, [NotNull] byte[] key)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        assetUrn | 
         | 
      
      
        | Int32 | 
        assetKeySequenceNumber | 
         | 
      
      
        | Byte[] | 
        key | 
         | 
      
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public bool CanManage { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public MetaClientException DecryptionError { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public MetaClientException EncryptionError { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public IReadOnlyList<Feature> Features { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string HomeServer { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public IReadOnlyDictionary<int, ManagedKey> Keys { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Kind { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public IReadOnlyList<KnownUser> Participants { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Urn { get; }
   
  Property Value
  
  Implements