📄 cim_authenticateforuse.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -