EncryptedData.IncludeBodyElement Property
Gets or sets a value indicating whether the Body element is included in the decryption and encryption processes.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim encryptedData1 As EncryptedData
Dim returnValue As Boolean
returnValue = encryptedData1.IncludeBodyElement
Dim sampleValue As Boolean
encryptedData1.IncludeBodyElement = sampleValue
Syntax
'Declaration
Public Property IncludeBodyElement() As Boolean
public bool IncludeBodyElement {get; set;}
public:
property bool IncludeBodyElement {
bool get();
void set(bool value);
}
public boolean get_IncludeBodyElement();
public void set_IncludeBodyElement(boolean);
public function get IncludeBodyElement() : Boolean;
public function set IncludeBodyElement(Boolean);
Property Value
true if the Body element is included in the decryption and encryption processes; otherwise, false. The default is false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
EncryptedData Class
EncryptedData Members
Microsoft.Web.Services3.Security Namespace