IPublicCertificate.Blob Property

Definition

Public Certificate byte array

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Public Certificate byte array", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="blob", Update=true)]
public byte[] Blob { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Public Certificate byte array", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="blob", Update=true)>]
member this.Blob : byte[] with get, set
Public Property Blob As Byte()

Property Value

Byte[]
Attributes

Applies to