 | VMWareTestCertificateRequiredModelCertificate Property |
Gets or sets certificate value as raw data.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
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