credentials_ttls::get_identity() introduced

This commit is contained in:
2016-07-21 12:35:19 +02:00
parent 35034789d2
commit cc43b44d91
2 changed files with 19 additions and 0 deletions

View File

@@ -176,6 +176,11 @@ namespace eap
///
virtual bool retrieve(_In_ LPCTSTR pszTargetName, _Out_ EAP_ERROR **ppEapError);
///
/// Returns credential identity.
///
virtual std::wstring get_identity() const;
/// @}
public: