StrongNameSignatureInformation.HashAlgorithm Property

Definition

Gets the hash algorithm that is used to calculate the strong name signature.

public:
 property System::String ^ HashAlgorithm { System::String ^ get(); };
public string HashAlgorithm { get; }
member this.HashAlgorithm : string
Public ReadOnly Property HashAlgorithm As String

Property Value

The name of the hash algorithm that is used to calculate the strong name signature.

Applies to