Visual Basic (Declaration) | |
---|---|
Public Property ResetKeyIfApplied As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool ResetKeyIfApplied {get; set;} |
XAML Attributes Usage | |
---|---|
<object ResetKeyIfApplied=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object ResetKeyIfApplied=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
true if the Key of this AnnEncryptObject object is reset when applied; false otherwise.For C#/VB examples, refer to AnnEncryptObject.
Setting this to true adds a layer of security to the encrypt object, forcing the user to re-enter the key after an encrypt object is applied.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family