Reset method of the MSFT_NetIPHttpsConfiguration class

Resets the configuration of IP-HTTPs.

Syntax

uint32 Reset(
  [in]  boolean                      State,
  [in]  boolean                      AuthMode,
  [in]  boolean                      StrongCRLRequired,
  [in]  boolean                      PassThru,
  [out] MSFT_NetIPHttpsConfiguration OutputObject
);

Parameters

State [in]

Specifies whether to reset the State property of the MSFT_NetIPHttpsConfiguration object.

AuthMode [in]

Specifies whether to reset the AuthMode property of the MSFT_NetIPHttpsConfiguration object.

StrongCRLRequired [in]

Specifies whether to reset the StrongCRLRequired property of the MSFT_NetIPHttpsConfiguration object.

PassThru [in]

Specifies whether the method should output the an object that represents the reset IP-HTTPs configuration in the OutputObject parameter.

OutputObject [out]

Receives the reset MSFT_NetIPHttpsConfiguration object.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetTtCim.mof
DLL
NetTtCim.dll

See also

MSFT_NetIPHttpsConfiguration