GetFileHashCommand.InputStream Property

Definition

InputStream parameter. The stream of the file to calculate a hash.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="StreamParameterSet", Position=0)]
public System.IO.Stream InputStream { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="StreamParameterSet", Position=0)>]
member this.InputStream : System.IO.Stream with get, set
Public Property InputStream As Stream

Property Value

Attributes

Applies to