Class SecretKeyUsage
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class SecretKeyUsage
Properties
| Edit this page View SourceKey
Declaration
[JsonPropertyName("key")]
public SecretKey? Key { get; set; }
Property Value
| Type | Description |
|---|---|
| SecretKey |
Usage
Declaration
[JsonPropertyName("usage")]
public SecretKeyUsagePage? Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| SecretKeyUsagePage |