BaseReference.XmlHashAlgorithm Property

Definition

Gets or sets a property that is used to serialize the hash algorithm to an XML file.

public:
 property System::String ^ XmlHashAlgorithm { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string XmlHashAlgorithm { get; set; }
[System.ComponentModel.Browsable(false)]
public string XmlHashAlgorithm { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<System.ComponentModel.Browsable(false)>]
member this.XmlHashAlgorithm : string with get, set
[<System.ComponentModel.Browsable(false)>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.XmlHashAlgorithm : string with get, set
Public Property XmlHashAlgorithm As String

Property Value

The hash algorithm.

Attributes

Applies to