20 lines
697 B
Plaintext
20 lines
697 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Association, Version ( "6.0.0" ),
|
|
Description (
|
|
"Association between an instance of "
|
|
"AMT_ManagementPresenceRemoteSAP and the credential it uses." )]
|
|
class AMT_RemoteAccessCredentialContext : CIM_CredentialContext {
|
|
|
|
[Key, Override ( "ElementInContext" ),
|
|
Description ( "A certificate whose context is defined." )]
|
|
CIM_Credential REF ElementInContext;
|
|
|
|
[Key, Override ( "ElementProvidingContext" ),
|
|
Description (
|
|
"The MpServer that provides context or scope to the Credential."
|
|
)]
|
|
AMT_ManagementPresenceRemoteSAP REF ElementProvidingContext;
|
|
|
|
|
|
};
|