Compartir a través de


IMicrosoftGraphCertificateAuthority.Certificate Property

Definition

Required. The base64 encoded string representing the public certificate.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Required. The base64 encoded string representing the public certificate.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="certificate", Update=true)]
public byte[] Certificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Required. The base64 encoded string representing the public certificate.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="certificate", Update=true)>]
member this.Certificate : byte[] with get, set
Public Property Certificate As Byte()

Property Value

Byte[]
Attributes

Applies to