Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

DSACryptoServiceProvider.VerifyData - метод Смотри также  Terrasoft.Common - пространство имен > DSACryptoServiceProvider - класс : VerifyData - метод C#

data
Reference for verification.
signedData
Encrypted text in the base64 format.
publicKey
Public key.

Glossary Item Box

Verifies the specified encrypted text with the set public key.

Синтаксис

public bool VerifyData( 
   string data, 
   string signedData, 
   string publicKey 
)

Параметры

data
Reference for verification.
signedData
Encrypted text in the base64 format.
publicKey
Public key.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?