User\CIM_PublicPrivateKeyPair.mof.mof (HTML version)

Return to index
CIM_PublicPrivateKeyPair Superclass: CIM_UsersCredential
This relationship associates a PublicKeyCertificate with the Principal who has the PrivateKey used with the PublicKey. The PrivateKey is not modeled, since it is not a data element that ever SHOULD be accessible via management applications, other than key recovery services, which are outside our scope.

Since the UsersAccess class and this association's superclass are deprecated, this association is also deprecated. There is no need to have a special subclass for public-private credentials. This is especially true since the properties of the association describe aspects of the certificate and its handling. The latter is currently out of scope for the model.
Qualifiers:Version ( "2.8.0" ) UMLPackagePath ( "CIM::User::UsersAccess" ) Deprecated { "CIM_AuthenticationCondition" } Association
Parameters (local in grey)
Deprecated { "No value" }
boolean NonRepudiation ;
Indicates if the certificate canNOT be repudiated.
Deprecated { "CIM_Identity" }
Override ( "Dependent" )
CIM_UsersAccess REF Dependent ;
The Principal holding the private key (that corresponds to the public key.
Deprecated { "No value" }
boolean BackedUp ;
Indicates if the certificate can be backed up.
ValueMap { "0" , "1" }
Values { "SignOnly" , "ConfidentialityOrSignature" }
Deprecated { "No value" }
uint16 Use ;
The Certificate may be used for signature only or for confidentiality as well as signature.
Deprecated { "No value" }
string Repository ;
The repository in which the certificate is backed up.
Deprecated { "CIM_AuthenticationCondition" }
Override ( "Antecedent" )
CIM_PublicKeyCertificate REF Antecedent ;
The public key certificate.