ManagedHelper.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.
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