Gets a value indicating whether this
AnnEncryptObject object is currently encrypted.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property IsEncrypted As Boolean |
C# | |
---|
public virtual bool IsEncrypted {get;} |
C++/CLI | |
---|
public:
virtual property bool IsEncrypted {
bool get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
true if this
AnnEncryptObject object is currently encrypted; false otherwise.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also