(file) Return to CIM_CASignsPublicKeyCertificate.mof CVS log (file) (dir) Up to [OMI] / omi / share / omischema / CIM-2.32.0 / User

File: [OMI] / omi / share / omischema / CIM-2.32.0 / User / CIM_CASignsPublicKeyCertificate.mof (download)
Revision: 1.3, Mon Apr 20 17:20:34 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-1

// Copyright (c) 2005 - 2007, DMTF.  All rights reserved.
   [Association, Deprecated { "CIM_ServiceAffectsElement" }, 
    Version ( "2.16.0" ), 
    UMLPackagePath ( "CIM::User::PublicKey" ), 
    Description ( 
       "This relationship associates a CertificateAuthority with the "
       "certificates it signs." )]
class CIM_CASignsPublicKeyCertificate : CIM_ManagedCredential {

      [Deprecated { "CIM_ServiceAffectsElement.AffectingElement" }, 
       Override ( "Antecedent" ), 
       Min ( 1 ), 
       Max ( 1 ), 
       Description ( "The CA which signed the certificate." )]
   CIM_CertificateAuthority REF Antecedent;

      [Deprecated { "CIM_ServiceAffectsElement.AffectedElement" }, 
       Override ( "Dependent" ), 
       Weak, Description ( "The certificate issued by the CA." )]
   CIM_PublicKeyCertificate REF Dependent;

      [Deprecated { "No value" }, 
       Description ( "The Serial Number." )]
   string SerialNumber;

      [Deprecated { "No value" }, 
       Description ( "The Signature." ), 
       OctetString]
   uint8 Signature[];

      [Deprecated { "CIM_Credential.Expires" }, 
       Description ( "The time it expires." )]
   datetime Expires;

      [Deprecated { "No value" }, 
       Description ( 
          "The Authority\'s revocation list distribution points." )]
   string CRLDistributionPoint[];


};

ViewCVS 0.9.2