AS2SigningAlgorithm 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.
The signing or hashing algorithm.
public readonly struct AS2SigningAlgorithm : IEquatable<Azure.ResourceManager.Logic.Models.AS2SigningAlgorithm>
type AS2SigningAlgorithm = struct
Public Structure AS2SigningAlgorithm
Implements IEquatable(Of AS2SigningAlgorithm)
- Inheritance
-
AS2SigningAlgorithm
- Implements
Constructors
| Name | Description |
|---|---|
| AS2SigningAlgorithm(String) |
Initializes a new instance of AS2SigningAlgorithm. |
Properties
| Name | Description |
|---|---|
| Default |
Default. |
| NotSpecified |
NotSpecified. |
| Sha1 |
SHA1. |
| Sha2256 |
SHA2256. |
| Sha2384 |
SHA2384. |
| Sha2512 |
SHA2512. |
Methods
| Name | Description |
|---|---|
| Equals(AS2SigningAlgorithm) |
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
| Name | Description |
|---|---|
| Equality(AS2SigningAlgorithm, AS2SigningAlgorithm) |
Determines if two AS2SigningAlgorithm values are the same. |
| Implicit(String to AS2SigningAlgorithm) |
Converts a String to a AS2SigningAlgorithm. |
| Inequality(AS2SigningAlgorithm, AS2SigningAlgorithm) |
Determines if two AS2SigningAlgorithm values are not the same. |