'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); }