blockedCertificateCreator Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
Properties inherited from edcPkiCreator
accountId long element 1/1  
algorithm string element 0/1  
certificate string element 0/1  
createdBy long element 1/1  
createdOn dateTime element 0/1  
issuer string element 0/1  
name string element 0/1  
notAfter dateTime element 0/1  
notBefore dateTime element 0/1  
password string element 0/1  
privateKey string element 0/1  
serial string element 0/1  
subject string element 0/1  
version int element 1/1  

Example

<blockedCertificateCreator>
  <certificate>...</certificate>
  <privateKey>...</privateKey>
  <password>...</password>
  <accountId>...</accountId>
  <version>...</version>
  <serial>...</serial>
  <algorithm>...</algorithm>
  <subject>...</subject>
  <issuer>...</issuer>
  <notBefore>...</notBefore>
  <notAfter>...</notAfter>
  <createdOn>...</createdOn>
  <createdBy>...</createdBy>
  <name>...</name>
</blockedCertificateCreator>