eap::credentials::get_name() method introduced to allow more detailed display of certificate names

This commit is contained in:
2016-07-20 10:05:36 +02:00
parent 4f6943044f
commit a92cafea36
5 changed files with 30 additions and 7 deletions

View File

@@ -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
//////////////////////////////////////////////////////////////////////