MSFT_NetIKEKerbAuthProposal 类
表示 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
-
访问类型:只读
指定建议的身份验证。 方法列表是从 RFC2409 的附录 A 生成的。 请注意,枚举与 RFC 列表不同,并且与 IKESAEndpoint.AuthenticationMethod 中的值一致。
-
Pre-shared Key (2)
-
匿名 (65001)
-
Kerberos(计算机作为主体)(65002)
-
NTLM(计算机作为主体)(65003)
-
Kerberos(用户作为主体)(65004)
-
NTLM(用户作为主体)(65005)
-
X.509 证书(计算机作为主体)(65005)
-
X.509 证书(用户作为主体)(65007)
-
X.509 证书(计算机运行状况)(65008)
-
-
Caption
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
CipherAlgorithm
-
-
数据类型:uint16
-
访问类型:只读
将忽略此字段。
-
-
描述
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
ElementName
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
GroupId
-
-
数据类型:uint16
-
访问类型:只读
将忽略此字段。
-
-
HashAlgorithm
-
-
数据类型:uint16
-
访问类型:只读
将忽略此字段。
-
-
InstanceID
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
KerbProxy
-
-
数据类型:字符串
-
访问类型:只读
远程进行身份验证时使用的 Kerberos 代理服务器。
-
-
MaxLifetimeKilobytes
-
-
数据类型:uint64
-
访问类型:只读
将忽略此字段。
-
-
MaxLifetimeSeconds
-
-
数据类型:uint64
-
访问类型:只读
将忽略此字段。
-
-
OtherAuthenticationMethod
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
OtherCipherAlgorithm
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
OtherHashAlgorithm
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
-
VendorID
-
-
数据类型:字符串
-
访问类型:只读
将忽略此字段。
-
要求
最低受支持的客户端 |
Windows 8 |
最低受支持的服务器 |
Windows Server 2012 |
命名空间 |
Root\StandardCimv2 |
MOF |
|
DLL |
|