Soap.SOAPHTTPTrans.TClientCert.SerialNum

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SerialNum: string read FCert.SerialNum write FCert.SerialNum;

C++

__property System::UnicodeString SerialNum = {read=FCert.SerialNum, write=FCert.SerialNum};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans TClientCert

Description

Indicates the identifier of the Certificate.

SerialNum specify the identifier of the Certificate.

Note: This property is used at runtime to select the client certificate from the store.

Note: The Certificate is uniquely identified by the combination of its SerialNum and Issuer. For practical purposes when dealing with one store, relying on the SerialNum alone is good enough.

See Also