IAzureActiveDirectory.RegistrationClientSecretCertificateIssuer 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.
An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as a replacement for the Client Secret Certificate Thumbprint. It is also optional.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\r\n a replacement for the Client Secret Certificate Thumbprint. It is also optional.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clientSecretCertificateIssuer", Update=true)]
public string RegistrationClientSecretCertificateIssuer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\r\n a replacement for the Client Secret Certificate Thumbprint. It is also optional.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clientSecretCertificateIssuer", Update=true)>]
member this.RegistrationClientSecretCertificateIssuer : string with get, set
Public Property RegistrationClientSecretCertificateIssuer As String
Property Value
- Attributes