Class SmartkeySpec
Assembly: SmartcryptKeyManagement.dll
Syntax
public sealed class SmartkeySpec
Fields
AddAccess
Declaration
[NotNull]
public readonly ISet<string> AddAccess
Field Value
Kind
Must be null
when updating a Smartkey, but otherwise must be non-nulland non-empty, and may contain only
ASCII numerics, lowercase ASCII letters, and the underscore symbol (_
).
Declaration
[CanBeNull]
public string Kind
Field Value
Name
Must not be null
when creating a Smartkey; can be null
when updating one.
Declaration
[CanBeNull]
public string Name
Field Value
NonRotatable
Declaration
Field Value
RemoveAccess
Declaration
[NotNull]
public readonly ISet<string> RemoveAccess
Field Value