Share via


Certificate.Data Property

Definition

Gets the base64-encoded raw certificate data (contents of the .pfx or .cer file or data from which the Certificate was created).

public string Data { get; }
member this.Data : string
Public ReadOnly Property Data As String

Property Value

Remarks

This property is set when creating a new Certificate. It is not defined for certificates retrieved from the Batch service.

The maximum size is 10 KB.

Applies to