Back to product page

Data property


Holds raw certificate data.

Type

A String value. Raw certificate data.

Syntax

  • Basic
object.Data [= value]
The Data(object,value) syntax has these parts:
objectAn expression evaluating to an object of type Certificate.
valueA String value.

Remarks

Just like in Save method, this property exposes Certificate object as string. Except - it will not be saved to a file on disk. Rather, memory will be initialized and certificate will be saved to it, and converted to string which you can retrieve through this property. Now you can save it to some other place, pass to other application or similar - without the need for extra file on disk.

Platforms

Windows