The password to use for the password-encrypted private key file.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable ReadOnly Property Password As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IDicomSecurity
Dim value As String
value = instance.Password
|
| C# | |
|---|
virtual string Password {get;} |
| C++/CLI | |
|---|
virtual property String^ Password {
String^ get();
} |
Return Value
The password.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also