Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 3.47 KB

hasheddata.md

File metadata and controls

88 lines (52 loc) · 3.47 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Provides functionality for hashing a string.
893639c2-57b9-48f6-bf60-a21c3368ffeb
HashedData object
reference
05/31/2018
APIRef
kbSyntax
HashedData
COM
Capicom.dll

HashedData object

[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, and Windows XP. Instead, use the HashAlgorithm Class in the System.Security.Cryptography namespace.]

The HashedData object provides functionality for hashing a string.

When to use

The HashedData object is used to perform the following tasks:

  • Specify the content string that contains the data to be hashed.
  • Apply a specified hash algorithm to the content string.

Members

The HashedData object has these types of members:

Methods

The HashedData object has these methods.

Method Description
Hash Creates a hash of the specified string.

 

Properties

The HashedData object has these properties.

Property Access type Description
Algorithm
Read/write
Sets or retrieves the type of hashing algorithm used.
Value
Read-only
Retrieves the hashed data after successful calls to the Hash method. The hash is returned in hexadecimal format. This is the default property.

 

Remarks

To create the hash of a large amount of data, call the Hash method for each piece of data. The hash of each piece of data is concatenated to the Value property until the property is read. The contents of the Value property are reset when the property is read.

The HashedData object can be created, and it is safe for scripting. The ProgID for the HashedData object is "CAPICOM.HashedData.1".

Requirements

Requirement Value
End of client support
Windows Vista
End of server support
Windows Server 2008
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll