'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Property Password As String
'Usage
Dim instance As X509CertificateTokenInfo Dim value As String instance.Password = value value = instance.Password
[DataMember()] [NotNull()] public string Password {get; set;}
[DataMember()] [NotNull()] public: property String^ Password { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.