SetPassword(SecureString) Method

Definition

Assembly CliInvoke.Core.dll

Sets the password for the credential to be created.

public UserCredentialSpec SetPassword(SecureString password)

Parameters

password
SecureString?

The password to set, as a SecureString.

Returns

UserCredentialSpec
The current UserCredentialSpec instance.