(file) Return to CIM_PublicKeyCertificate.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_PublicKeyCertificate.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) 2012 DMTF.  All rights reserved.
   [Version ( "2.31.1" ), 
    UMLPackagePath ( "CIM::User::PublicKey" ), 
    Description ( 
       "A PublicKeyCertificate is a credential that is "
       "cryptographically signed by a trusted Certificate Authority "
       "(CA) and issued to an authenticated entity (e.g., human user, "
       "service, etc.) called the Subject in the certificate. The "
       "public key in the certificate is cryptographically related to "
       "a private key that is held and kept private by the "
       "authenticated Subject. The certificate and its related private "
       "key can then be used for establishing trust relationships and "
       "securing communications with the Subject. Refer to the "
       "ITU/CCITT X.509 standard as an example of such certificates." )]
class CIM_PublicKeyCertificate : CIM_SignedCredential {

      [Deprecated { "CIM_SignedCredential.InstanceID" }, 
       Key, Description ( "The scoping System\'s CCN." ), 
       MaxLen ( 256 ), 
       Propagated ( 
          "CIM_CertificateAuthority.SystemCreationClassName" )]
   string SystemCreationClassName;

      [Deprecated { "CIM_SignedCredential.InstanceID" }, 
       Key, Description ( "The scoping System\'s Name." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_CertificateAuthority.SystemName" )]
   string SystemName;

      [Deprecated { "CIM_SignedCredential.InstanceID" }, 
       Key, Description ( "The scoping Service\'s CCN." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_CertificateAuthority.CreationClassName" )]
   string ServiceCreationClassName;

      [Deprecated { "CIM_SignedCredential.InstanceID" }, 
       Key, Description ( "The scoping Service\'s Name." ), 
       MaxLen ( 256 ), 
       Propagated ( "CIM_CertificateAuthority.Name" )]
   string ServiceName;

      [Key, Description ( "Certificate subject identifier." ), 
       MaxLen ( 256 )]
   string Subject;

      [Description ( 
          "Alternate subject identifier for the Certificate." ), 
       MaxLen ( 256 )]
   string AltSubject;

      [Description ( "The DER-encoded raw public key." ), 
       OctetString]
   uint8 PublicKey[];


};

ViewCVS 0.9.2