IDTSManagedHelper100.VerifyDocument(String, Byte[], Byte[]) Methode

Definition

Gibt an, ob das Dokument überprüft wird.

public:
 bool VerifyDocument(System::String ^ bstrDocument, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % ppsaRawCertData, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % ppsaSignerPublicKeyBlob);
public bool VerifyDocument (string bstrDocument, out byte[] ppsaRawCertData, out byte[] ppsaSignerPublicKeyBlob);
abstract member VerifyDocument : string * Byte[] * Byte[] -> bool
Public Function VerifyDocument (bstrDocument As String, ByRef ppsaRawCertData As Byte(), ByRef ppsaSignerPublicKeyBlob As Byte()) As Boolean

Parameter

bstrDocument
String

Das zu überprüfende Dokument.

ppsaRawCertData
Byte[]

Das Rohdatenzertifikat.

ppsaSignerPublicKeyBlob
Byte[]

Der öffentliche Schlüssel des Unterzeichners.

Gibt zurück

true, wenn das Dokument überprüft wird; andernfalls "false".

Hinweise

Weitere Informationen finden Sie unter ManagedHelper.

Gilt für: