C# Класс CRL.Business.OnlinePay.Company.Bill99.PCIBase

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OtherMsg string
customerId string
merchantId string
responseCode string

Открытые методы

Метод Описание
CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
FormatMsg ( ) : string
SendRequest ( ) : XmlDocument

Описание методов

CheckValidationResult() публичный Метод

public CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
errors SslPolicyErrors
Результат bool

FormatMsg() публичный Метод

public FormatMsg ( ) : string
Результат string

SendRequest() публичный Метод

public SendRequest ( ) : XmlDocument
Результат System.Xml.XmlDocument

Описание свойств

OtherMsg публичное свойство

public string OtherMsg
Результат string

customerId публичное свойство

客户编号
public string customerId
Результат string

merchantId публичное свойство

商户编号
public string merchantId
Результат string

responseCode публичное свойство

返回状态码
public string responseCode
Результат string