ServiceFabricClientCertificateBase.ClientCertificateCommonName 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.
[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