 | VMWareTestCertificateRequiredModelCertificate Property |
Gets or sets certificate value as raw data.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntaxpublic byte[] Certificate { get; set; }
Public Property Certificate As Byte()
Get
Set
public:
property array<unsigned char>^ Certificate {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Certificate : byte[] with get, set
Property Value
Type:
Byte
See Also