DebugDirectoryBuilder.AddPdbChecksumEntry Method
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.
Adds PDB checksum entry.
public:
void AddPdbChecksumEntry(System::String ^ algorithmName, System::Collections::Immutable::ImmutableArray<System::Byte> checksum);
public void AddPdbChecksumEntry (string algorithmName, System.Collections.Immutable.ImmutableArray<byte> checksum);
member this.AddPdbChecksumEntry : string * System.Collections.Immutable.ImmutableArray<byte> -> unit
Public Sub AddPdbChecksumEntry (algorithmName As String, checksum As ImmutableArray(Of Byte))
Parameters
- algorithmName
- String
The hash algorithm name (for example, "SHA256").
- checksum
- ImmutableArray<Byte>
The checksum.
Exceptions
algorithmName
or checksum
is null
.
algorithmName
or checksum
is empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.