Для изменения размера нажмите или перетащите

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

Initializes a new instance of the X509CertificateCredentials class.

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

Параметры

certificate
Тип: System.Security.Cryptography.X509CertificatesX509Certificate2
The X509Certificate2 object.
Заметки
The X509Certificate2 argument should have private key in order to sign the message.
См. также