X509CertificateCredentials - конструктор

Initializes a new instance of the X509CertificateCredentials class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public X509CertificateCredentials(
	X509Certificate2 certificate
)

Параметры

certificate  X509Certificate2
The X509Certificate2 object.

Заметки

The X509Certificate2 argument should have private key in order to sign the message.

См. также