IDot11AdHocSecuritySettings::GetDot11CipherAlgorithm 方法 (adhoc.h)

获取与安全设置关联的密码算法。 密码算法用于加密和解密在与接口关联的临时网络上发送的信息。

语法

HRESULT GetDot11CipherAlgorithm(
  [in, out] DOT11_ADHOC_CIPHER_ALGORITHM *pCipher
);

参数

[in, out] pCipher

指向指定密码算法 的DOT11_ADHOC_CIPHER_ALGORITHM 值的指针。

返回值

可能的返回值包括但不限于以下值。

返回代码 说明
S_OK
该方法已成功完成。
E_FAIL
方法失败。
E_INVALIDARG
pCipher 指向的值无效。
E_OUTOFMEMORY
方法无法分配执行此操作所需的内存。
E_POINTER
指针 pCipher 无效。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 adhoc.h

另请参阅

IDot11AdHocSecuritySettings

IDot11AdHocSecuritySettings::GetDot11AuthAlgorithm