credentials_ttls::target_suffix() implemented

This commit is contained in:
2016-07-21 14:11:59 +02:00
parent df773b649c
commit 98f20668c3
2 changed files with 12 additions and 0 deletions

View File

@@ -176,6 +176,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;
///
/// Returns credential identity.
///