Class KeyData
public record KeyData : IEquatable<KeyData>
- Inheritance
-
KeyData
- Implements
- Inherited Members
- Extension Methods
Properties
Fingerprint
public uint Fingerprint { get; init; }
Property Value
Label
public string? Label { get; init; }
Property Value
PublicKey
public string PublicKey { get; init; }
Property Value
Secrets
public KeyDataSecrets? Secrets { get; init; }