HostApplicationServicesGetPassword(String,
PasswordOptions, String) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual bool GetPassword(
string fileName,
PasswordOptions options,
out string pass
)
Public Overridable Function GetPassword (
fileName As String,
options As PasswordOptions,
<OutAttribute> ByRef pass As String
) As Boolean
public:
virtual bool GetPassword(
String^ fileName,
PasswordOptions options,
[OutAttribute] String^% pass
)
abstract GetPassword :
fileName : string *
options : PasswordOptions *
pass : string byref -> bool
override GetPassword :
fileName : string *
options : PasswordOptions *
pass : string byref -> bool
Parameters
- fileName String
-
- options PasswordOptions
-
- pass String
-
Return Value
Boolean
See Also