Show / Hide Table of Contents

Class ContingencyAesKey

Inheritance
Object
ContingencyAesKey
Implements
IManagedAesKey
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
[PublicAPI]
public sealed class ContingencyAesKey : IManagedAesKey

Constructors

ContingencyAesKey(String, Int32, Byte[])

Declaration
public ContingencyAesKey([NotNull] string assetUrn, int assetKeySequenceNumber, [NotNull] byte[] key)
Parameters
Type Name Description
String assetUrn
Int32 assetKeySequenceNumber
Byte[] key

Properties

CanManage

Declaration
public bool CanManage { get; }
Property Value
Type Description
Boolean

DecryptionError

Declaration
public MetaClientException DecryptionError { get; }
Property Value
Type Description
MetaClientException

EncryptionError

Declaration
public MetaClientException EncryptionError { get; }
Property Value
Type Description
MetaClientException

Features

Declaration
public IReadOnlyList<Feature> Features { get; }
Property Value
Type Description
IReadOnlyList<Feature>

HomeServer

Declaration
public string HomeServer { get; }
Property Value
Type Description
String

Keys

Declaration
public IReadOnlyDictionary<int, ManagedKey> Keys { get; }
Property Value
Type Description
IReadOnlyDictionary<Int32, ManagedKey>

Kind

Declaration
public string Kind { get; }
Property Value
Type Description
String

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Participants

Declaration
public IReadOnlyList<KnownUser> Participants { get; }
Property Value
Type Description
IReadOnlyList<KnownUser>

Urn

Declaration
public string Urn { get; }
Property Value
Type Description
String

Implements

IManagedAesKey
Back to top Copyright © 2018 PKWARE, Inc.