IWSManEx.SessionFlagUseNoAuthentication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SessionFlagUseNoAuthentication
method of IWSManEx
interface.
[System.Runtime.InteropServices.DispId(16)]
public int SessionFlagUseNoAuthentication ();
[<System.Runtime.InteropServices.DispId(16)>]
abstract member SessionFlagUseNoAuthentication : unit -> int
Public Function SessionFlagUseNoAuthentication () As Integer
Returns
- Attributes
Remarks
An original IDL definition of SessionFlagUseNoAuthentication
method was the following: HRESULT SessionFlagUseNoAuthentication ([out, retval] long* ReturnValue)
;