Share via


AS2SigningAlgorithm Struct

Definition

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

AS2SigningAlgorithm(String)

Initializes a new instance of AS2SigningAlgorithm.

Properties

Default

Default.

NotSpecified

NotSpecified.

Sha1

SHA1.

Sha2256

SHA2256.

Sha2384

SHA2384.

Sha2512

SHA2512.

Methods

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

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.

Applies to