Visual Basic (Declaration) | |
---|---|
Public PrivacyProtocol As PrivacyProtocol |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Security Dim value As PrivacyProtocol value = instance.PrivacyProtocol instance.PrivacyProtocol = value |
C# | |
---|---|
public PrivacyProtocol PrivacyProtocol |
Managed Extensions for C++ | |
---|---|
public: PrivacyProtocol PrivacyProtocol |
C++/CLI | |
---|---|
public: PrivacyProtocol PrivacyProtocol |
Property Value
PrivacyProtocol enum value to be used in requests.The PrivacyProtocol is used to determine the algorithm for encrypting the message contents of a request. The default and only currently supported value of PrivacyProtocol.Des encrypts a message using DES encryption.
Target Platforms: Microsoft .NET Framework 2.0