UriSigningAlgorithm 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.
Algorithm to use for URL signing.
public readonly struct UriSigningAlgorithm : IEquatable<Azure.ResourceManager.Cdn.Models.UriSigningAlgorithm>
type UriSigningAlgorithm = struct
Public Structure UriSigningAlgorithm
Implements IEquatable(Of UriSigningAlgorithm)
- Inheritance
-
UriSigningAlgorithm
- Implements
Constructors
UriSigningAlgorithm(String) |
Initializes a new instance of UriSigningAlgorithm. |
Properties
Sha256 |
SHA256. |
Methods
Equals(UriSigningAlgorithm) |
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(UriSigningAlgorithm, UriSigningAlgorithm) |
Determines if two UriSigningAlgorithm values are the same. |
Implicit(String to UriSigningAlgorithm) |
Converts a string to a UriSigningAlgorithm. |
Inequality(UriSigningAlgorithm, UriSigningAlgorithm) |
Determines if two UriSigningAlgorithm values are not the same. |
Applies to
Azure SDK for .NET