ResetKeyIfApplied Property (original) (raw)
Summary
Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is reset to 0 when applied.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool ResetKeyIfApplied { get; set; }
@property (nonatomic, assign) BOOL resetKeyIfApplied;
public boolean getResetKeyIfApplied()
public void setResetKeyIfApplied(boolean reset)
public:
virtual property bool ResetKeyIfApplied
{
bool get()
void set(bool value)
}
Property Value
true if the Key of this AnnEncryptObject object is reset to 0 when applied; otherwise, false.