ManagedHelper.VerifyDocument(String, Byte[], Byte[]) Method

Definition

Verifies the document associated with the helper.

public:
 virtual bool VerifyDocument(System::String ^ document, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % rawCertData, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % signerPublicKeyBlob);
public bool VerifyDocument (string document, out byte[] rawCertData, out byte[] signerPublicKeyBlob);
abstract member VerifyDocument : string * Byte[] * Byte[] -> bool
override this.VerifyDocument : string * Byte[] * Byte[] -> bool
Public Function VerifyDocument (document As String, ByRef rawCertData As Byte(), ByRef signerPublicKeyBlob As Byte()) As Boolean

Parameters

document
String

The document to be verified.

rawCertData
Byte[]

The raw certificate data.

signerPublicKeyBlob
Byte[]

The signer.

Returns

The verified document.

Implements

Remarks

Example

Applies to