Udostępnij przez


UriSigningAlgorithm Struct

Definition

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

Name Description
UriSigningAlgorithm(String)

Initializes a new instance of UriSigningAlgorithm.

Properties

Name Description
Sha256

SHA256.

Methods

Name Description
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

Name Description
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