MicrosoftgraphcertificateAuthority.Certificate Property

Definition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.Base64UrlJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="certificate")]
public byte[] Certificate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.Base64UrlJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="certificate")>]
member this.Certificate : byte[] with get, set
Public Property Certificate As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to