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