表示 Kerberos 的身份验证建议。
以下语法从托管对象格式 (MOF) 代码简化,并包括所有继承的属性。
语法
class MSFT_NetIKEKerbAuthProposal : MSFT_NetIKEAuthProposal
{
string KerbProxy;
uint16 AuthenticationMethod;
uint64 MaxLifetimeSeconds;
uint64 MaxLifetimeKilobytes;
uint16 CipherAlgorithm;
string OtherCipherAlgorithm;
uint16 HashAlgorithm;
string OtherHashAlgorithm;
string OtherAuthenticationMethod;
uint16 GroupId;
string VendorID;
string InstanceID;
string Caption;
string Description;
string ElementName;
};
成员
MSFT_NetIKEKerbAuthProposal 类具有以下类型的成员:
性能
MSFT_NetIKEKerbAuthProposal 类具有以下属性。
-
AuthenticationMethod
-
-
数据类型:uint16
-
访问类型:只读
指定建议的身份验证。 方法列表是从附录 A RFC2409生成的。 请注意,枚举不同于 RFC 列表,并与 IKESAEndpoint.AuthenticationMethod 中的值保持一致。
-
预共享密钥 (2)
-
匿名 (65001)
-
Kerberos (计算机为主体) (65002)
-
NTLM (计算机作为主体) (65003)
-
Kerberos (用户作为主体) (65004)
-
NTLM (用户作为主体) (65005)
-
X.509 证书(计算机作为主体) (65005)
-
X.509 证书(用户作为主体) (65007)
-
X.509 证书(计算机运行状况)(65008)
-
-
标题
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
CipherAlgorithm
-
-
数据类型:uint16
-
访问类型:只读
忽略此字段。
-
-
说明
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
ElementName
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
GroupId
-
-
数据类型:uint16
-
访问类型:只读
忽略此字段。
-
-
HashAlgorithm
-
-
数据类型:uint16
-
访问类型:只读
忽略此字段。
-
-
InstanceID
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
KerbProxy
-
-
数据类型:字符串
-
访问类型:只读
远程进行身份验证时要使用的 Kerberos 代理服务器。
-
-
MaxLifetimeKilobytes
-
-
数据类型:uint64
-
访问类型:只读
忽略此字段。
-
-
MaxLifetimeSeconds
-
-
数据类型:uint64
-
访问类型:只读
忽略此字段。
-
-
OtherAuthenticationMethod
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
OtherCipherAlgorithm
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
OtherHashAlgorithm
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
-
VendorID
-
-
数据类型:字符串
-
访问类型:只读
忽略此字段。
-
要求
支持的最低客户端 |
Windows 8 |
支持的最低服务器 |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|