CEMDetail Type
This type defines details about the CEM request.
Remarks
This type defines details about the CEM request. Not all fields are applicable for all operations.
Fields
Accepted Boolean |
Whether the CEM request is accepted. Before calling SendCEMResponse set this to True to accept the CEM request. When processing a CEM response check this field to determine if the request was accepted. | ||||||||||||||||||||||||||||||||||||||||||||||||
CertId String |
A user defined identifier for the certificate. This field defines a user specified identifier for the certificate. This may be set to a value which helps the recipient identify the certificate. For instance "CompanyA.Encryption.Cert.2014". This field may be set before calling SendCEMRequest or SendCEMResponse from AS2Sender. This field may be queried when received a CEM request or response with AS2Receiver. | ||||||||||||||||||||||||||||||||||||||||||||||||
CertIssuer String |
This field holds the issuer of the certificate. This may be queried when receiving a CEM request with AS2Receiver. This may be set before calling SendCEMResponse with AS2Sender. | ||||||||||||||||||||||||||||||||||||||||||||||||
CertSerialNumber String |
This field holds the serial number of the certificate. This may be queried when receiving a CEM request with AS2Receiver. This may be set before calling SendCEMResponse with AS2Sender. | ||||||||||||||||||||||||||||||||||||||||||||||||
CertStore String |
The name of the certificate store for the certificate. This field defines the store location for the type specified by CertStoreType. Designations of certificate stores are platform-dependent. The following are designations of the most common User and Machine certificate stores in Windows:
When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (i.e. PKCS12 certificate store).
| ||||||||||||||||||||||||||||||||||||||||||||||||
CertStoreB Byte[] |
The name of the certificate store for the certificate. This field defines the store location for the type specified by CertStoreType. Designations of certificate stores are platform-dependent. The following are designations of the most common User and Machine certificate stores in Windows:
When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (i.e. PKCS12 certificate store).
| ||||||||||||||||||||||||||||||||||||||||||||||||
CertStorePassword String |
If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store. | ||||||||||||||||||||||||||||||||||||||||||||||||
CertStoreType CertStoreTypes |
The type of certificate store for this certificate. The component supports both public and private keys in a variety of formats. When the cstAuto value is used the component will automatically determine the type. This field can take one of the following values:
| ||||||||||||||||||||||||||||||||||||||||||||||||
CertSubject String |
The subject of the certificate. | ||||||||||||||||||||||||||||||||||||||||||||||||
CertUsage Integer |
This field defines which usages are applicable to the certificate. This may be set to a binary 'OR' of one or more of the following values:
| ||||||||||||||||||||||||||||||||||||||||||||||||
RejectionReason String |
If Accepted is False this field specifies the reason a request was rejected. When using AS2Sender this may be set to a string value which the recipient will see. When using AS2Receiver query this field for details on why the request was rejected. | ||||||||||||||||||||||||||||||||||||||||||||||||
RespondByDate String |
This field specifies the date by which the other party should respond. If the other party does not respond the new certificate may be used without any further notice. This field exists to assist the recipient in knowing when they should respond by. It does not guarantee a response by the specified date. The format is of the XML standard dateTime type expressed in local time with UTC offset. For instance: "2005-08-31T00:21:00-05:00". When using AS2Sender set this before calling SendCEMRequest. When using AS2Receiver this field may be queried. | ||||||||||||||||||||||||||||||||||||||||||||||||
ResponseURL String |
This field defines the URL to which the response should be sent. When using AS2Sender set this field before calling SendCEMRequest. This tells the recipient where to send the response. When using AS2Receiver query this field to determine the URL where the response should be sent. |