RazorSourceChecksumAttribute(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new RazorSourceChecksumAttribute.
public:
RazorSourceChecksumAttribute(System::String ^ checksumAlgorithm, System::String ^ checksum, System::String ^ identifier);
public RazorSourceChecksumAttribute (string checksumAlgorithm, string checksum, string identifier);
new Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute : string * string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute
Public Sub New (checksumAlgorithm As String, checksum As String, identifier As String)
Parameters
- checksumAlgorithm
- String
The algorithm used to create this checksum.
- checksum
- String
The checksum as a string of hex-encoded bytes.
- identifier
- String
The identifier associated with this thumbprint.