DebugDirectoryBuilder.AddPdbChecksumEntry Methode

Definitie

Voegt PDB-controlesomvermelding toe.

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

De naam van het hash-algoritme (bijvoorbeeld 'SHA256').

checksum
ImmutableArray<Byte>

De controlesom.

Uitzonderingen

algorithmName of checksum is null.

algorithmName of checksum is leeg.

Van toepassing op