Visual Basic (Declaration) | |
---|---|
Public Property SerializeKeyIfEncrypted As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool SerializeKeyIfEncrypted {get; set;} |
XAML Attributes Usage | |
---|---|
<object SerializeKeyIfEncrypted=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object SerializeKeyIfEncrypted=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; false otherwise.For C#/VB examples, refer to AnnEncryptObject.
Normally this value is only changed before saving this AnnEncryptObject object to a disk file. It is then restored once the save operation is done.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family