DualAuthCredentials - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data.Credentials
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Security.Cryptography.X509CertificatesX509CertificateCollection
The client certificates. - userName
- Тип: SystemString
The username. - password
- Тип: SystemString
The password.
См. также