ServiceFabricClusterCertificateCmdlet.CertificateSubjectName 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[] { "Subject" })]
[System.Management.Automation.Parameter(HelpMessage="The subject name of the certificate", Mandatory=true, ParameterSetName="ByNewPfxAndVaultName", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual string CertificateSubjectName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Subject" })>]
[<System.Management.Automation.Parameter(HelpMessage="The subject name of the certificate", Mandatory=true, ParameterSetName="ByNewPfxAndVaultName", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CertificateSubjectName : string with get, set
Public Overridable Property CertificateSubjectName As String
Property Value
- Attributes