Gets or sets the associating digital certificate.
[VisualĀ Basic] Public Property Certificate As Certificate
[C#]
public Certificate Certificate {get; set;}
[C++] public: __property Certificate* get_Certificate(); public: __property void set_Certificate(Certificate*);
[JScript] public function get Certificate() : Certificate; public function set Certificate(Certificate);
Property Value
Remarks