Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 2.06 KB

encodeddata-format.md

File metadata and controls

76 lines (48 loc) · 2.06 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Returns a string representation of the encoded data.
d1231e6d-57d7-4b5a-ab37-d4ee1b29cf25
EncodedData.Format method
reference
05/31/2018
APIRef
kbSyntax
EncodedData.Format
COM
Capicom.dll

EncodedData.Format method

[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 AsnEncodedData Class in the System.Security.Cryptography namespace.]

The Format method returns a string representation of the encoded data.

Syntax

EncodedData.Format( _
  [ ByVal bMultiLines ] _
)

Parameters

bMultiLines [in, optional]

Boolean value that indicates whether the returned string contains multiple lines. If True, the returned string may contain multiple lines separated by vbCrLf. The default value is False.

Return value

A human-readable string that represents the encoded data. If CAPICOM does not understand the encoded data, a hexadecimal representation of the data is returned.

Remarks

The format of the returned string may change between different versions of CAPICOM. Do not rely on any particular format in your application.

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

See also

EncodedData