NewCimSessionCommand.CertificateThumbprint 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.
The following is the definition of the input parameter "CertificateThumbprint". This is specificly for wsman protocol.
public string CertificateThumbprint { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="CertificateParameterSet", ValueFromPipelineByPropertyName=true)]
public string CertificateThumbprint { get; set; }
member this.CertificateThumbprint : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="CertificateParameterSet", ValueFromPipelineByPropertyName=true)>]
member this.CertificateThumbprint : string with get, set
Public Property CertificateThumbprint As String
Property Value
- Attributes