Leadtools.Dicom.Common.DataTypes Namespace > EncryptedAttribute Class : EncryptedContent Property |
[ElementAttribute()] public byte[] EncryptedContent {get; set;}
'Declaration <ElementAttribute()> Public Property EncryptedContent As Byte()
'Usage Dim instance As EncryptedAttribute Dim value() As Byte instance.EncryptedContent = value value = instance.EncryptedContent
[ElementAttribute()] public: property array<byte>^ EncryptedContent { array<byte>^ get(); void set ( array<byte>^ value); }