(file) Return to CIM_CASignsPublicKeyCertificate.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User / CIM_CASignsPublicKeyCertificate.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:56 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +48 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2005 - 2007, DMTF.  All rights reserved.
// <change cr="WIPCR00383.004" type="add">New Credential class 
// hierarchy</change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_CASignsPublicKeyCertificate 
// ==================================================================
   [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[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2