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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Version ( "2.8.0" ), 
 3                   UMLPackagePath ( "CIM::Policy" ), 
 4                   Description ( 
 5                      "A class describing a company\'s and/or administrator\'s "
 6                      "credential requirements that should be authenticated in order "
 7                      "to establish/trust a CIM_Identity. This class defines the "
 8                      "specific public/private key pair that should be authenticated." )]
 9               class CIM_PublicPrivateKeyAuthentication : CIM_AuthenticationCondition {
10               
11                     [Description ( 
12                         "Boolean indicating whether the key pair is self-issued "
13                         "(TRUE) or issued by a Certificate Authority (FALSE)." )]
14                  boolean SelfIssuedKey;
15               
16                     [Description ( 
17                         "String holding the user\'s (distinguished) name." )]
18                  string DistinguishedName;
19               
20                     [Description ( "String holding the public key data." )]
21                  string PublicKey;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2