Gets the privacy password initialized in the constructor.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly PrivacyPassword As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Passwords
Dim value As String
value = instance.PrivacyPassword |
C# | |
---|
public readonly string PrivacyPassword |
Managed Extensions for C++ | |
---|
public: readonly string* PrivacyPassword |
C++/CLI | |
---|
public:
readonly String^ PrivacyPassword |
Property Value
Returns the string value used to decrypt the packet.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also