Show / Hide Table of Contents

Class SmartkeySpec

Inheritance
Object
SmartkeySpec
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.KeyManagement
Assembly: SmartcryptKeyManagement.dll
Syntax
public sealed class SmartkeySpec

Fields

AddAccess

Declaration
[NotNull]
public readonly ISet<string> AddAccess
Field Value
Type Description
ISet<String>

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
Type Description
String

Name

Must not be null when creating a Smartkey; can be null when updating one.

Declaration
[CanBeNull]
public string Name
Field Value
Type Description
String

NonRotatable

Declaration
public bool NonRotatable
Field Value
Type Description
Boolean

RemoveAccess

Declaration
[NotNull]
public readonly ISet<string> RemoveAccess
Field Value
Type Description
ISet<String>
Back to top Copyright © 2018 PKWARE, Inc.