ICertificate.CerBlob Property

Definition

Raw bytes of .cer file

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Raw bytes of .cer file", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=true, Required=false, SerializedName="cerBlob", Update=false)]
public byte[] CerBlob { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Raw bytes of .cer file", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=true, Required=false, SerializedName="cerBlob", Update=false)>]
member this.CerBlob : byte[]
Public ReadOnly Property CerBlob As Byte()

Property Value

Byte[]
Attributes

Applies to