📄 cim_userscredential.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_UsersCredential// ================================================================== [Association, Deprecated { "CIM_AuthenticationCondition" }, Version ( "2.8.0" ), Description ( "CIM_UsersCredential is an association used to establish the " "credentials that may be used for a UsersAccess to a system or " "set of systems. \n" "\n" "Since the UsersAccess class is deprecated in lieu of " "CIM_Identity, this association is also deprecated and replaced " "by policy - where the AuthenticationCondition class describes " "the credentials that SHOULD be authenticated in order to " "establish the Identity.")]class CIM_UsersCredential : CIM_Dependency { [Deprecated { "CIM_AuthenticationCondition" }, Override ( "Antecedent" ), Description ( "The issued credential that may be used.")] CIM_Credential REF Antecedent; [Deprecated { "CIM_Identity" }, Override ( "Dependent" ), Description ( "The UsersAccess that has use of a credential.")] CIM_UsersAccess REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -