eap::credentials::get_name() method introduced to allow more detailed display of certificate names
This commit is contained in:
@@ -239,6 +239,11 @@ namespace eap
|
||||
///
|
||||
virtual std::wstring get_identity() const = 0;
|
||||
|
||||
///
|
||||
/// Returns credential name (for GUI display).
|
||||
///
|
||||
virtual winstd::tstring get_name() const;
|
||||
|
||||
protected:
|
||||
/// \name Storage
|
||||
/// @{
|
||||
|
@@ -96,6 +96,12 @@ bool eap::credentials::load(_In_ IXMLDOMNode *pConfigRoot, _Out_ EAP_ERROR **ppE
|
||||
}
|
||||
|
||||
|
||||
tstring eap::credentials::get_name() const
|
||||
{
|
||||
return get_identity();
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// eap::credentials_pass
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user