Algorithm 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.
Extensible enum for known Algorithm values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.KeyVault.Models.Algorithm+AlgorithmJsonConverter))]
public readonly struct Algorithm : IEquatable<Azure.Connectors.Sdk.KeyVault.Models.Algorithm>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.KeyVault.Models.Algorithm+AlgorithmJsonConverter))>]
type Algorithm = struct
Public Structure Algorithm
Implements IEquatable(Of Algorithm)
- Inheritance
-
Algorithm
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Algorithm(String) |
Initializes a new instance of the Algorithm struct. |
Properties
| Name | Description |
|---|---|
| Rsa15 |
RSA1_5 |
| Rsaoaep |
RSA-OAEP |
| Rsaoaep256 |
RSA-OAEP-256 |
Methods
| Name | Description |
|---|---|
| Equals(Algorithm) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(Algorithm, Algorithm) |
Equality operator. |
| Implicit(Algorithm to String) |
Converts a Algorithm to its string representation. |
| Implicit(String to Algorithm) |
Converts a string to Algorithm. |
| Inequality(Algorithm, Algorithm) |
Inequality operator. |