Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public byte[] GetAuthenticatedAttributeBytes(
	byte[] secondDigest,
	DateTime signingTime,
	byte[] ocsp
)
Visual Basic
Public Function GetAuthenticatedAttributeBytes ( _
	secondDigest As Byte(), _
	signingTime As DateTime, _
	ocsp As Byte() _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetAuthenticatedAttributeBytes(
	array<unsigned char>^ secondDigest, 
	DateTime signingTime, 
	array<unsigned char>^ ocsp
)

Parameters

secondDigest
Type: array<System..::..Byte>[]()[][]
signingTime
Type: System..::..DateTime
ocsp
Type: array<System..::..Byte>[]()[][]

See Also