Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The WSMan.SessionFlagNoEncryption method returns the value of the authentication flag WSManFlagNoEncryption for use in the flags parameter of IWSMan::CreateSession.
WSManFlagNoEncryption is a constant in the __WSManSessionFlags enumeration. For more information, see Other Session Constants.
Syntax
HRESULT SessionFlagNoEncryption(
[out] long *flags
);
Parameters
[out] flags
The value of the constant.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | wsmandisp.h |
| Library | WSManDisp.tlb |
| DLL | WSMAuto.dll |