ISSOMapper.SetWindowsPassword Method
The SetWindowsPassword method sets the Microsoft Windows password. This method is not currently implemented.
Syntax
HRESULT SetWindowsPassword(
BSTR bstrWindowsPassword
);
Sub SetWindowsPassword(
bstrWindowsPassword As String
)
Parameters
bstrWindowsPassword
[in] String that specifies the Windows password.
bstrWindowsPassword
[in] String that specifies the Windows password.
Return Value
This method returns an HRESULT indicating whether it completed successfully. For more details, see the Error Values section.
Not applicable.
Error Values
This method returns an HRESULT containing one of the values in the following table.
This method indicates errors by setting the Number property of the global Err object to one of the values in the following table.
Value | Description |
---|---|
E_NOTIMPL | The method is not implemented. |
Requirements
Platforms: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows 11, and Windows 10
See Also
ISSOMapper Interface (COM)
ISSOMapper Members
Programming with Enterprise Single Sign-On