IWSManEx::SessionFlagNoEncryption メソッド (wsmandisp.h)

WSMan.SessionFlagNoEncryption メソッドは、IWSMan::CreateSessionflags パラメーターで使用する認証フラグ WSManFlagNoEncryption の値を返します。

WSManFlagNoEncryption、__WSManSessionFlags 列挙の定数です。 詳細については、「 その他のセッション定数」を参照してください。

構文

HRESULT SessionFlagNoEncryption(
  [out] long *flags
);

パラメーター

[out] flags

定数の値。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー wsmandisp.h
Library WSManDisp.tlb
[DLL] WSMAuto.dll

こちらもご覧ください

IWSManEx

WSMan.SessionFlagNoEncryption