PrivateKeyAlgorithm Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Private key algorithm types.
public readonly struct PrivateKeyAlgorithm : IEquatable<Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm>
type PrivateKeyAlgorithm = struct
Public Structure PrivateKeyAlgorithm
Implements IEquatable(Of PrivateKeyAlgorithm)
- Inheritance
-
PrivateKeyAlgorithm
- Implements
Constructors
| PrivateKeyAlgorithm(String) |
Initializes a new instance of PrivateKeyAlgorithm. |
Properties
| Ec256 |
Algorithm - ec256. |
| Ec384 |
Algorithm - ec384. |
| Ec521 |
Algorithm - ec521. |
| Ed25519 |
Algorithm - ed25519. |
| Rsa2048 |
Algorithm - rsa2048. |
| Rsa4096 |
Algorithm - rsa4096. |
| Rsa8192 |
Algorithm - rsa8192. |
Methods
| Equals(PrivateKeyAlgorithm) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(PrivateKeyAlgorithm, PrivateKeyAlgorithm) |
Determines if two PrivateKeyAlgorithm values are the same. |
| Implicit(String to PrivateKeyAlgorithm) |
Converts a String to a PrivateKeyAlgorithm. |
| Inequality(PrivateKeyAlgorithm, PrivateKeyAlgorithm) |
Determines if two PrivateKeyAlgorithm values are not the same. |