WSMAN_AUTHENTICATION_CREDENTIALS 結構 (wsman.h)
定義用於伺服器或 Proxy 驗證的驗證方法和認證。
語法
typedef struct _WSMAN_AUTHENTICATION_CREDENTIALS {
DWORD authenticationMechanism;
union {
WSMAN_USERNAME_PASSWORD_CREDS userAccount;
PCWSTR certificateThumbprint;
};
} WSMAN_AUTHENTICATION_CREDENTIALS;
成員
authenticationMechanism
定義驗證機制。 這個成員可以設定為零。 如果設定為零,WinRM 用戶端會選擇 Kerberos 和 Negotiate。 如果未設定為零,這個成員必須是 WSManAuthenticationFlags 列舉的其中一個值。
userAccount
定義用於驗證的認證。 如需詳細資訊 ,請參閱WSMAN_USERNAME_PASSWORD_CREDS 。
certificateThumbprint
定義憑證指紋。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 |
最低支援的伺服器 | Windows Server 2008 R2 |
標頭 | wsman.h |
可轉散發套件 | windows Server 2008 SP2、Windows Vista SP1 和 Windows Vista SP2 上的 Windows Management Framework |