'Declaration
<BrowsableAttribute(False)> <JetBrains.Annotations.CanBeNullAttribute()> <CLSCompliantAttribute(False)> <XmlIgnoreAttribute()> Public Shadows Property SecurePassword As SecureString
'Usage
Dim instance As NetworkCredential2 Dim value As SecureString instance.SecurePassword = value value = instance.SecurePassword
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] [CLSCompliant(false)] [XmlIgnore()] public new SecureString SecurePassword {get; set;}
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] [CLSCompliant(false)] [XmlIgnore()] public: new property SecureString^ SecurePassword { SecureString^ get(); void set ( SecureString^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).