Show / Hide Table of Contents

Class SdkSmartkey

A Smartkey used for applications built using the Smartcrypt SDK.

Inheritance
Object
AbstractSmartkey
SdkSmartkey
Implements
ISmartkey
Inherited Members
AbstractSmartkey.Name
AbstractSmartkey.Urn
AbstractSmartkey.Revision
AbstractSmartkey.Key
AbstractSmartkey.Features
AbstractSmartkey.Participants
AbstractSmartkey.CanManage
AbstractSmartkey.CanEncrypt
AbstractSmartkey.CanDecrypt
AbstractSmartkey.GetKeyForDecryption(Int32)
AbstractSmartkey.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: PKWARE.Smartcrypt.KeyManagement.Smartkeys
Assembly: SmartcryptKeyManagement.dll
Syntax
public sealed class SdkSmartkey : AbstractSmartkey, ISmartkey

Constructors

SdkSmartkey(String, String, IReadOnlyDictionary<Int32, ManagedKey>, IReadOnlyList<Feature>, IReadOnlyList<KnownUser>, Boolean, MetaClientException, MetaClientException, String)

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
Type Name Description
String urn
String name
IReadOnlyDictionary<Int32, ManagedKey> keys
IReadOnlyList<Feature> features
IReadOnlyList<KnownUser> participants
Boolean canManage
MetaClientException encryptionError
MetaClientException decryptionError
String kind

Fields

Kind

Declaration
[PublicAPI]
[NotNull]
public string Kind
Field Value
Type Description
String

Implements

ISmartkey
Back to top Copyright © 2018 PKWARE, Inc.