AS2HashingAlgorithm 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 AS2HashingAlgorithm : IEquatable<Azure.ResourceManager.Logic.Models.AS2HashingAlgorithm>
type AS2HashingAlgorithm = struct
Public Structure AS2HashingAlgorithm
Implements IEquatable(Of AS2HashingAlgorithm)
- Inheritance
-
AS2HashingAlgorithm
- Implements
Constructors
AS2HashingAlgorithm(String) |
Initializes a new instance of AS2HashingAlgorithm. |
Properties
MD5 |
MD5. |
None |
None. |
NotSpecified |
NotSpecified. |
Sha1 |
SHA1. |
Sha2256 |
SHA2256. |
Sha2384 |
SHA2384. |
Sha2512 |
SHA2512. |
Methods
Equals(AS2HashingAlgorithm) |
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(AS2HashingAlgorithm, AS2HashingAlgorithm) |
Determines if two AS2HashingAlgorithm values are the same. |
Implicit(String to AS2HashingAlgorithm) |
Converts a String to a AS2HashingAlgorithm. |
Inequality(AS2HashingAlgorithm, AS2HashingAlgorithm) |
Determines if two AS2HashingAlgorithm values are not the same. |
Applies to
Azure SDK for .NET