Gets a value that indicates whether any encryptor AnnEncryptObject object in this AnnAutomation can be applied.
public virtual bool CanApplyAllEncryptors { get; }
Public Overridable ReadOnly Property CanApplyAllEncryptors As Boolean
public:
virtual property bool CanApplyAllEncryptors {
bool get();
}
true if any encryptor AnnEncryptObject object in this AnnAutomation can be applied; otherwise, false.
This property gets a value that indicates whether there is at least one encryptor AnnEncryptObject currently in this AnnAutomation that can be applied. The AnnEncryptObject.CanEncrypt value must be true in order to be able to apply an encryptor AnnEncryptObject.
Use the ApplyAllEncryptors method to apply all the encryptor AnnEncryptObject objects in this AnnAutomation that have not been applied.
For an example, refer to ApplyAllEncryptors.
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