Share via


NewCimSessionCommand.CertificateThumbprint Property

 

Gets and sets the CertificateThumbprint parameter, for use with the WS-Management protocol.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CertificatePrameterSet")]
public string CertificateThumbprint { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CertificatePrameterSet")]
property String^ CertificateThumbprint {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CertificatePrameterSet")>]
member CertificateThumbprint : string with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "CertificatePrameterSet")>
Public Property CertificateThumbprint As String

Property Value

Type: System.String

Returns String.

See Also

NewCimSessionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top