Soap.SOAPHTTPTrans.TClientCert.SerialNum
Delphi
property SerialNum: string read FSerialNum write FSerialNum;
C++
__property System::UnicodeString SerialNum = {read=FSerialNum, write=FSerialNum};
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.