cim_authenticateforuse.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 28 行
MOF
28 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_AuthenticateForUse// ================================================================== [Association, Deprecated { "No value" }, UMLPackagePath ( "CIM::User::AuthenticationReqmt" ), Version ( "2.8.0" ), Description ( "CIM_AuthenticateForUse is an association used to provide an " "AuthenticationService with the AuthenticationRequirement it " "needs to do its job. This association is unnecessary and " "therefore deprecated, since it is implied that an Identity " "MUST be authenticated (its CurrentlyAuthenticatedBoolean set " "to TRUE) in order to have any Privileges.")]class CIM_AuthenticateForUse : CIM_Dependency { [Deprecated { "No value" }, Override ( "Antecedent" ), Description ( "AuthenticationRequirementfor use.")] CIM_AuthenticationRequirement REF Antecedent; [Deprecated { "No value" }, Override ( "Dependent" ), Description ( "AuthenticationServicethat uses the requirements.")] CIM_AuthenticationService REF Dependent;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?