DualAuthCredentials - конструктор
Пространство имён: Tessa.Exchange.WebServices.Data.CredentialsСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public DualAuthCredentials(
X509CertificateCollection clientCertificates,
string userName,
string password
)
Public Sub New (
clientCertificates As X509CertificateCollection,
userName As String,
password As String
)
public:
DualAuthCredentials(
X509CertificateCollection^ clientCertificates,
String^ userName,
String^ password
)
new :
clientCertificates : X509CertificateCollection *
userName : string *
password : string -> DualAuthCredentials
Параметры
- clientCertificates X509CertificateCollection
- The client certificates.
- userName String
- The username.
- password String
- The password.