Gets a value indicating whether this
AnnEncryptObject object is ready to encrypt.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property CanEncrypt As Boolean |
C# | |
---|
public virtual bool CanEncrypt {get;} |
C++/CLI | |
---|
public:
virtual property bool CanEncrypt {
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 ready to encrypt; false otherwise.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also