Freigeben über


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

Name Description
SecurityInsightsFileHashAlgorithm(String)

Initializes a new instance of SecurityInsightsFileHashAlgorithm.

Properties

Name Description
MD5

MD5 hash type.

Sha1

SHA1 hash type.

Sha256

SHA256 hash type.

Sha256AC

SHA256 Authenticode hash type.

Unknown

Unknown hash algorithm.

Methods

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

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