Show / Hide Table of Contents

Class Feature

Inheritance
Object
Feature
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
[PublicAPI]
public sealed class Feature

Constructors

Feature(String, String, String)

Declaration
public Feature([NotNull] string name, [CanBeNull] string value = null, [CanBeNull] string compatibility = null)
Parameters
Type Name Description
String name
String value
String compatibility

Fields

Compatibility

Declaration
[CanBeNull]
public readonly string Compatibility
Field Value
Type Description
String

Name

Declaration
[NotNull]
public readonly string Name
Field Value
Type Description
String

NameNonRotatable

Indicates that this key cannot be rotated, and will never become rotatable.

Declaration
public const string NameNonRotatable = "non-rotatable"
Field Value
Type Description
String

Value

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

Methods

NewNonRotatable(String)

Declaration
public static Feature NewNonRotatable([CanBeNull] string value = null)
Parameters
Type Name Description
String value
Returns
Type Description
Feature
Back to top Copyright © 2018 PKWARE, Inc.