📄 cim_authorizeduse.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_AuthorizedUse// ================================================================== [Association, Deprecated { "No value" }, Version ( "2.8.0" ), Description ( "CIM_AuthorizedUse is an association used to provide an " "AuthorizationService with the AccessControlInformation it " "needs to do its job. This association is deprecated with no " "proposed replacement, since authorization processing will be " "handled via policy or static checking of Privileges.")]class CIM_AuthorizedUse : CIM_Dependency { [Deprecated { "No value" }, Override ( "Antecedent" ), Description ( "Access Control Information.")] CIM_AccessControlInformation REF Antecedent; [Deprecated { "No value" }, Override ( "Dependent" ), Description ( "AuthorizationService that uses an ACI.")] CIM_AuthorizationService REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -