Certificate.Data 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.
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.