Gets or sets a value to indicate whether this
AnnEncryptObject object is in an encryptor or a decryptor.
public virtual bool Encryptor {get; set;}
'Declaration
Public Overridable Property Encryptor As Boolean
'Usage
Dim instance As AnnEncryptObject
Dim value As Boolean
instance.Encryptor = value
value = instance.Encryptor
public:
virtual property bool Encryptor {
bool get();
void set ( bool value);
}
Property Value
true if this
AnnEncryptObject object is an encryptor; false if this
AnnEncryptObject object is a decryptor.