credentials::target_suffix() is public now, as it can be reused to provide GUI method identifier

This commit is contained in:
2016-07-21 12:33:32 +02:00
parent d69e8b3f6a
commit ee8410bdb9
4 changed files with 16 additions and 28 deletions

View File

@@ -182,6 +182,11 @@ namespace eap
///
virtual bool retrieve(_In_ LPCTSTR pszTargetName, _Out_ EAP_ERROR **ppEapError);
///
/// Return target suffix for Windows Credential Manager credential name
///
virtual LPCTSTR target_suffix() const;
/// @}
///
@@ -194,15 +199,6 @@ namespace eap
///
virtual winstd::tstring get_name() const;
protected:
/// \name Storage
/// @{
///
/// Return target suffix for Windows Credential Manager credential name
///
virtual LPCTSTR target_suffix() const;
/// @}
public: