IPublicCertificateProperties.Blob 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.
Public Certificate byte array
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Public Certificate byte array", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, ReadOnly=false, Required=false, SerializedName="blob")]
public byte[] Blob { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Public Certificate byte array", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, ReadOnly=false, Required=false, SerializedName="blob")>]
member this.Blob : byte[] with get, set
Public Property Blob As Byte()
Property Value
Byte[]
- Attributes