Share via


AuthenticatingWSManCommand.Credential Property

Definition

The following is the definition of the input parameter "Credential". Specifies a user account that has permission to perform this action. The default is the current user.

[System.Management.Automation.Alias(new System.String[] { "cred", "c" })]
[System.Management.Automation.Credential]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual System.Management.Automation.PSCredential Credential { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "cred", "c" })>]
[<System.Management.Automation.Credential>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Credential : System.Management.Automation.PSCredential with get, set
Public Overridable Property Credential As PSCredential

Property Value

Attributes

Applies to