Class SdkSmartkey
A Smartkey used for applications built using the Smartcrypt SDK.
Assembly: SmartcryptKeyManagement.dll
Syntax
public sealed class SdkSmartkey : AbstractSmartkey, ISmartkey
Constructors
Declaration
public SdkSmartkey([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