IDTSManagedHelper100.VerifyDocument(String, Byte[], Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the document is verified.
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
Parameters
- bstrDocument
- String
The document to verify.
- ppsaRawCertData
- Byte[]
The raw data certificate.
- ppsaSignerPublicKeyBlob
- Byte[]
The signer public key.
Returns
true if the document is verified; otherwise, false.
Remarks
For more information, see ManagedHelper.