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

 1 marek 1.1 // 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 a "
 8                  "specific identity whose shared secret should be authenticated." )]
 9           class CIM_SharedSecretAuthentication : CIM_AuthenticationCondition {
10           
11                 [Description ( 
12                     "String defining the principal\'s ID whose secret is authenticated."
13                      )]
14              string IDOfPrincipal;
15           
16                 [Description ( 
17                     "String defining a hostname, URI or service/application "
18                     "name. It defines the specific system or service which "
19                     "provides the context for the shared secret." )]
20              string ContextOfSecret;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2