SymDocumentWriter.SetCheckSum(Guid, Byte[]) 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.
Throws a NotImplementedException in all cases.
public:
override void SetCheckSum(Guid algorithmId, cli::array <System::Byte> ^ source);
public:
virtual void SetCheckSum(Guid algorithmId, cli::array <System::Byte> ^ source);
public override void SetCheckSum (Guid algorithmId, byte[] source);
public virtual void SetCheckSum (Guid algorithmId, byte[] source);
abstract member SetCheckSum : Guid * byte[] -> unit
override this.SetCheckSum : Guid * byte[] -> unit
Public Overrides Sub SetCheckSum (algorithmId As Guid, source As Byte())
Public Overridable Sub SetCheckSum (algorithmId As Guid, source As Byte())
Parameters
- algorithmId
- Guid
This parameter is not used.
- source
- Byte[]
This parameter is not used.
Implements
Exceptions
In all cases.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.