C#
VB
C++
Gets or sets the encrypted attributes sequence.
[Element(DicomTag.EncryptedAttributesSequence)]
public List<EncryptedAttribute> EncryptedAttributesSequence { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property EncryptedAttributesSequence As List(Of EncryptedAttribute)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property List<EncryptedAttribute^>^ EncryptedAttributesSequence {
List<EncryptedAttribute^>^ get();
void set ( List<EncryptedAttribute^>^ );
}
The encrypted attributes sequence.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET