Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The SharedSecret property sets the shared secret for the RADIUS server. The shared secret is an encryption key used by the RADIUS server. The same shared secret must be configured on both the FPCRadiusServer object and the RADIUS server for successful RADIUS communications to occur. The shared secret is case-sensitive.
This property is write-only.
Syntax
HRESULT put_SharedSecret(
BSTR bstrSharedSecret
);
' Data type: String
Property SharedSecret( _
ByVal bstrSharedSecret As BSTR _
) As String
Property value
String that specifies the shared secret.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is write-only. Its default value is an empty string.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010