C# Class CRL.Business.OnlinePay.Company.Bill99.PCIBase

Show file Open project: hubro-xx/CRL2

Public Properties

Property Type Description
OtherMsg string
customerId string
merchantId string
responseCode string

Public Methods

Method Description
CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
FormatMsg ( ) : string
SendRequest ( ) : XmlDocument

Method Details

CheckValidationResult() public method

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
return bool

FormatMsg() public method

public FormatMsg ( ) : string
return string

SendRequest() public method

public SendRequest ( ) : XmlDocument
return System.Xml.XmlDocument

Property Details

OtherMsg public property

public string OtherMsg
return string

customerId public property

客户编号
public string customerId
return string

merchantId public property

商户编号
public string merchantId
return string

responseCode public property

返回状态码
public string responseCode
return string