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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_SharedSecretService 
 6               // ==================================================================
 7                  [Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::User::SharedSecret" ), 
 9                   Description ( 
10                      "CIM_SharedSecretService is a service which ascertains whether "
11                      "messages received are from the Principal with whom a secret is "
12                      "shared. Examples include a login service that proves identity "
13                      "on the basis of knowledge of the shared secret, or a transport "
14                      "integrity service (like Kerberos provides) that includes a "
15                      "message authenticity code that proves each message in the "
16                      "messsage stream came from someone who knows the shared secret "
17                      "session key." )]
18               class CIM_SharedSecretService : CIM_LocalCredentialManagementService {
19               
20                     [Description ( 
21                         "The Algorithm used to convey the shared secret, such as "
22 karl  1.1.2.2           "HMAC-MD5,or PLAINTEXT." ), 
23                      MaxLen ( 256 )]
24                  string Algorithm;
25               
26                     [Description ( 
27                         "The Protocol supported by the SharedSecretService." )]
28                  string Protocol;
29               
30               
31               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2