Soap.SOAPHTTPTrans.THTTPReqResp.SetCertSerialNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCertSerialNumber(const ASerialNum: string);

C++

void __fastcall SetCertSerialNumber(const System::UnicodeString ASerialNum);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Is the setter method for SerialNum.

SetCertSerialNumber is used internally to set the SerialNum of the certificate.

See Also