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

 1 marek 1.1 // Copyright (c) 2005 - 2007, DMTF.  All rights reserved.
 2           // <change cr="WIPCR00383.004" type="add">New Credential class 
 3           // hierarchy</change>
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_CASignsPublicKeyCertificate 
 8           // ==================================================================
 9              [Association, Deprecated { "CIM_ServiceAffectsElement" }, 
10               Version ( "2.16.0" ), 
11               UMLPackagePath ( "CIM::User::PublicKey" ), 
12               Description ( 
13                  "This relationship associates a CertificateAuthority with the "
14                  "certificates it signs." )]
15           class CIM_CASignsPublicKeyCertificate : CIM_ManagedCredential {
16           
17                 [Deprecated { "CIM_ServiceAffectsElement.AffectingElement" }, 
18                  Override ( "Antecedent" ), 
19                  Min ( 1 ), 
20                  Max ( 1 ), 
21                  Description ( "The CA which signed the certificate." )]
22 marek 1.1    CIM_CertificateAuthority REF Antecedent;
23           
24                 [Deprecated { "CIM_ServiceAffectsElement.AffectedElement" }, 
25                  Override ( "Dependent" ), 
26                  Weak, Description ( "The certificate issued by the CA." )]
27              CIM_PublicKeyCertificate REF Dependent;
28           
29                 [Deprecated { "No Value" }, 
30                  Description ( "The Serial Number." )]
31              string SerialNumber;
32           
33                 [Deprecated { "No Value" }, 
34                  Description ( "The Signature." ), 
35                  OctetString]
36              uint8 Signature[];
37           
38                 [Deprecated { "CIM_Credential.Expires" }, 
39                  Description ( "The time it expires." )]
40              datetime Expires;
41           
42                 [Deprecated { "No Value" }, 
43 marek 1.1        Description ( 
44                     "The Authority\'s revocation list distribution points." )]
45              string CRLDistributionPoint[];
46           
47           
48           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2