ServiceFabricClientCertificateBase.ClientCertificateCommonName Property

Definition

[System.Management.Automation.Alias(new System.String[] { "CertCommonName" })]
[System.Management.Automation.Parameter(HelpMessage="Specify client common name , issuer thumbprint and authentication type", Mandatory=true, ParameterSetName="MultipleUpdatesWithCommonName", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[] ClientCertificateCommonName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "CertCommonName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Specify client common name , issuer thumbprint and authentication type", Mandatory=true, ParameterSetName="MultipleUpdatesWithCommonName", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ClientCertificateCommonName : Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[] with get, set
Public Property ClientCertificateCommonName As PSClientCertificateCommonName()

Property Value

Attributes

Applies to