Class Feature
Assembly: MetaClient.dll
[PublicAPI]
public sealed class Feature
Constructors
Declaration
public Feature([NotNull] string name, [CanBeNull] string value = null, [CanBeNull] string compatibility = null)
Parameters
Fields
Declaration
[CanBeNull]
public readonly string Compatibility
Field Value
Declaration
[NotNull]
public readonly string Name
Field Value
Indicates that this key cannot be rotated, and will never become rotatable.
Declaration
public const string NameNonRotatable = "non-rotatable"
Field Value
Declaration
[CanBeNull]
public readonly string Value
Field Value
Methods
Declaration
public static Feature NewNonRotatable([CanBeNull] string value = null)
Parameters
Type |
Name |
Description |
String |
value |
|
Returns