⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_hostedauthenticationrequirement.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_HostedAuthenticationRequirement// ==================================================================   [Association, Deprecated { "CIM_PolicyRuleInSystem" },    UMLPackagePath ( "CIM::User::AuthenticationReqmt" ),       Version ( "2.8.0" ), Description (       "CIM_HostedAuthenticationRequirement is an association used to "       "provide the namespace scoping of AuthenticationRequirement. "       "The hosted requirements may or may not apply to resources on "       "the hosting system. Since the AuthenticationRequirement class "       "is deprecated in lieu of explicit policy rules, this class is "       "similarly deprecated to its 'policy' equivalent.")]class CIM_HostedAuthenticationRequirement : CIM_HostedDependency {      [Deprecated { "CIM_PolicyRuleInSystem.Antecedent" },          Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ),        Description (          "The hosting system.")]   CIM_System REF Antecedent;      [Deprecated { "CIM_PolicyRuleInSystem.Dependent" },          Override ( "Dependent" ), Weak, Description (          "The hosted AuthenticationRequirement.")]   CIM_AuthenticationRequirement REF Dependent;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -