PrivateKeyAlgorithm type
Private key algorithm types.
KnownPrivateKeyAlgorithm can be used interchangeably with PrivateKeyAlgorithm,
this enum contains the known values that the service supports.
Known values supported by the service
Ec256: Algorithm - ec256.
Ec384: Algorithm - ec384.
Ec521: Algorithm - ec521.
Ed25519: Algorithm - ed25519.
Rsa2048: Algorithm - rsa2048.
Rsa4096: Algorithm - rsa4096.
Rsa8192: Algorithm - rsa8192.
type PrivateKeyAlgorithm = string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript