QuickOPC User's Guide and Reference
SecurePassword Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Net Namespace > NetworkCredential2 Class : SecurePassword Property
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
<CLSCompliantAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<XmlIgnoreAttribute()>
Public Shadows Property SecurePassword As SecureString
'Usage
 
Dim instance As NetworkCredential2
Dim value As SecureString
 
instance.SecurePassword = value
 
value = instance.SecurePassword
[Browsable(false)]
[CanBeNull()]
[CLSCompliant(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[XmlIgnore()]
public new SecureString SecurePassword {get; set;}
[Browsable(false)]
[CanBeNull()]
[CLSCompliant(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[XmlIgnore()]
public:
new property SecureString^ SecurePassword {
   SecureString^ get();
   void set (    SecureString^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also