Class ContingencySmartkey
Represents contingency access to a Smartkey. Behaves differently than typical Smartkeys in that it is only valid to use this key for decryption purposes. The following properties hold true.
- CanManage is always
false
. - Participants is always empty.
- Attempting to access Key will throw an exception.
Implements
Inherited Members
Namespace: PKWARE.Smartcrypt.KeyManagement.Smartkeys
Assembly: SmartcryptKeyManagement.dll
Syntax
public sealed class ContingencySmartkey : AbstractSmartkey, ISmartkey
Constructors
ContingencySmartkey(ContingencyAesKey)
Declaration
public ContingencySmartkey([NotNull] ContingencyAesKey key)
Parameters
Type | Name | Description |
---|---|---|
ContingencyAesKey | key |