eap::peer_ttls::get_method_properties() implemented

This commit is contained in:
2016-08-03 13:50:12 +02:00
parent b32b63631a
commit cb24fbd6a3
4 changed files with 97 additions and 8 deletions

View File

@@ -100,6 +100,6 @@ namespace eap
_In_ const config_providers &cfg,
_In_ const credentials_type &cred,
_Out_ EAP_METHOD_PROPERTY_ARRAY *pMethodPropertyArray,
_Out_ EAP_ERROR **ppEapError) const;
_Out_ EAP_ERROR **ppEapError);
};
}