ManagedHelper.VerifyDocument(String, Byte[], Byte[]) Метод

Определение

Проверяет документ, связанный со вспомогательным методом.

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

Параметры

document
String

Проверяемый документ.

rawCertData
Byte[]

Необработанные данные сертификата.

signerPublicKeyBlob
Byte[]

Подписант.

Возвращаемое значение

Boolean

Проверенный документ.

Реализации

Комментарии

Пример

Применяется к