TsgcSTUNServer › Właściwości › STUNOptions
Opcje STUN po stronie serwera: FINGERPRINT, SOFTWARE, uwierzytelnianie oraz atrybuty dodawane do odpowiedzi Binding Response.
property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;
—
Steruje zachowaniem protokołu STUN serwera:
LongTermCredentials i ustawić jego Realm i StaleNonce, aby aktywować mechanizm poświadczeń długoterminowych (RFC 5389 sekcja 10.2); rzeczywiste hasło dla każdego użytkownika jest dostarczane ze zdarzenia OnSTUNRequestAuthorization.oSTUN.STUNOptions.Fingerprint := True;
oSTUN.STUNOptions.Software := True;
oSTUN.STUNOptions.Authentication.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Realm := 'sgc';
oSTUN.Active := True;