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