SecurityInsightsFileHashAlgorithm Struct

Definition

The hash algorithm type.

public readonly struct SecurityInsightsFileHashAlgorithm : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFileHashAlgorithm>
type SecurityInsightsFileHashAlgorithm = struct
Public Structure SecurityInsightsFileHashAlgorithm
Implements IEquatable(Of SecurityInsightsFileHashAlgorithm)
Inheritance
SecurityInsightsFileHashAlgorithm
Implements

Constructors

SecurityInsightsFileHashAlgorithm(String)

Initializes a new instance of SecurityInsightsFileHashAlgorithm.

Properties

MD5

MD5 hash type.

Sha1

SHA1 hash type.

Sha256

SHA256 hash type.

Sha256AC

SHA256 Authenticode hash type.

Unknown

Unknown hash algorithm.

Methods

Equals(SecurityInsightsFileHashAlgorithm)

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(SecurityInsightsFileHashAlgorithm, SecurityInsightsFileHashAlgorithm)

Determines if two SecurityInsightsFileHashAlgorithm values are the same.

Implicit(String to SecurityInsightsFileHashAlgorithm)

Converts a string to a SecurityInsightsFileHashAlgorithm.

Inequality(SecurityInsightsFileHashAlgorithm, SecurityInsightsFileHashAlgorithm)

Determines if two SecurityInsightsFileHashAlgorithm values are not the same.

Applies to