Class UnknownSmartkey
Future proofing the SDK. Receiving a key of this type does not indicate an error in the SDK, but rather that
newer data are available and an SDK upgrade is recommended.
Inheritance
UnknownSmartkey
Assembly: SmartcryptKeyManagement.dll
Syntax
public sealed class UnknownSmartkey : AbstractSmartkey, ISmartkey
Constructors
Declaration
public UnknownSmartkey([NotNull] string urn, [NotNull] string name, [NotNull] IReadOnlyDictionary<int, ManagedKey> keys, [NotNull] IReadOnlyList<Feature> features, [NotNull] IReadOnlyList<KnownUser> participants, bool canManage, [CanBeNull] MetaClientException encryptionError, [CanBeNull] MetaClientException decryptionError, [NotNull] string kind)
Parameters
Fields
Kind
Declaration
[PublicAPI]
[NotNull]
public string Kind
Field Value
Implements