PrivateKeyPasswordSet Property
In This Topic
Indicates whether the private key password has been set
Syntax
'Declaration
Public ReadOnly Property PrivateKeyPasswordSet As Boolean
public bool PrivateKeyPasswordSet {get;}
public:
property bool PrivateKeyPasswordSet {
bool get();
}
See Also