AppManagerCredentialsStorageServiceRemoveSavedCredentials - метод |
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public bool RemoveSavedCredentials(
string applicationPath = null
)
Public Function RemoveSavedCredentials (
Optional applicationPath As String = Nothing
) As Boolean
public:
virtual bool RemoveSavedCredentials(
String^ applicationPath = nullptr
) sealed
abstract RemoveSavedCredentials :
?applicationPath : string
(* Defaults:
let _applicationPath = defaultArg applicationPath null
*)
-> bool
override RemoveSavedCredentials :
?applicationPath : string
(* Defaults:
let _applicationPath = defaultArg applicationPath null
*)
-> bool
Параметры
- applicationPath (Optional)
- Тип: SystemString
Возвращаемое значение
Тип:
BooleanРеализации
IAppManagerCredentialsStorageServiceRemoveSavedCredentials(String)См. также