The AlwaysUseMessageAuthenticator property gets or sets a Boolean value that indicates whether a message authenticator based on the shared secret is to be sent with every message sent to the RADIUS server.
HRESULT put_AlwaysUseMessageAuthenticator( VARIANT_BOOL fUseAuthenticator ); HRESULT get_AlwaysUseMessageAuthenticator( VARIANT_BOOL* pfUseAuthenticator );
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if a message authenticator is to be sent with every RADIUS request, or to VARIANT_FALSE if no message authenticator is to be sent with a RADIUS request.
Boolean value that specifies whether a message authenticator is to be sent with every message sent to the RADIUS server.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property AlwaysUseMessageAuthenticator As Boolean
Boolean value that specifies whether a message authenticator is to be sent with every message sent to the RADIUS server.
This property is read/write. Its default value is False (VARIANT_FALSE in C++).
A message authenticator is a digital signature based on the shared secret. Extensible Authentication Protocol (EAP) messages are always sent with a digital signature.
This property must be set to True (VARIANT_TRUE in C++) if the RADIUS server is a Windows 2000 computer running Internet Authentication Service (IAS) and the RADIUS client that is configured for this server has the Client must always send the signature attribute in the request option selected.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.