PSCredential.Empty Property
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.
Gets an empty PSCredential. This is an PSCredential with both UserName and Password initialized to null.
public:
static property System::Management::Automation::PSCredential ^ Empty { System::Management::Automation::PSCredential ^ get(); };
public static System.Management.Automation.PSCredential Empty { get; }
static member Empty : System.Management.Automation.PSCredential
Public Shared ReadOnly Property Empty As PSCredential