Skip to content
Docs Try Aspire

KeyType

Enum net10.0
📦 CommunityToolkit.Aspire.Hosting.Sftp v13.1.1
Specifies the types of cryptographic keys supported for digital signatures.
namespace Aspire.Hosting;
public sealed enum KeyType
Ed25519 = 0
Specifies the Ed25519 public-key signature algorithm.
Rsa = 1
Specifies the RSA public-key signature algorithm.