Class GetCertificateCommandSettings
Returns the DER-encoded certificate.
public sealed class GetCertificateCommandSettings : ICommand
- Inheritance
-
GetCertificateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Origin
Origin to get certificate for.
[JsonPropertyName("origin")]
public string Origin { get; set; }