Gets or sets a value to indicate whether the
Key of this
AnnEncryptObject object is reset to 0 when applied.
public virtual bool ResetKeyIfApplied {get; set;}
'Declaration
Public Overridable Property ResetKeyIfApplied As Boolean
'Usage
Dim instance As AnnEncryptObject
Dim value As Boolean
instance.ResetKeyIfApplied = value
value = instance.ResetKeyIfApplied
public:
virtual property bool ResetKeyIfApplied {
bool get();
void set ( bool value);
}
Property Value
true if the
Key of this
AnnEncryptObject object is reset when applied; false otherwise.