'Declaration
<BrowsableAttribute(False)> Public Shadows ReadOnly Property RawData As Byte()
'Usage
Dim instance As PkiCertificate Dim value() As Byte value = instance.RawData
[Browsable(false)] public: new property array<byte>^ RawData { array<byte>^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.