User\CIM_CASignsPublicKeyCertificate.mof.mof (HTML version)

Return to index
CIM_CASignsPublicKeyCertificate Superclass: CIM_ManagedCredential
This relationship associates a CertificateAuthority with the certificates it signs.
Qualifiers:Version ( "2.7.0" ) Association
Parameters (local in grey)
OctetString
uint8 Signature [ ] ;
The Signature.
string SerialNumber ;
The Serial Number.
string CRLDistributionPoint [ ] ;
The Authority's revocation list distribution points.
Weak
Override ( "Dependent" )
CIM_PublicKeyCertificate REF Dependent ;
The certificate issued by the CA.
Deprecated { "CIM_Credential.Expires" }
datetime Expires ;
The time it expires.
Max ( 1 )
Min ( 1 )
Override ( "Antecedent" )
CIM_CertificateAuthority REF Antecedent ;
The CA which signed the certificate.