Examples/Vulnerable_OldTlsProtocol_2.ps1

function Invoke-ClientAuth {
    $protocol = [System.Net.SecurityProtocolType]::Ssl3
    return $protocol
}