SSL support on Fez Spider NET MF 4.3

Am I correct in my understanding that the FEZ spider has native SSL support? - specifically SSLv3 & TLSv1?

I’m getting the following stacktrace when trying to use AMQP.NETMF -
Step into: Stepping over method without symbols ‘Amqp.AmqpObject.AmqpObject’
#### Exception System.NotSupportedException - CLR_E_NOT_SUPPORTED (6) ####
#### Message:
#### Microsoft.SPOT.Net.Security.SslNative::SecureClientInit [IP: 0000] ####
#### Microsoft.SPOT.Net.Security.SslStream::Authenticate [IP: 0051] ####
#### Microsoft.SPOT.Net.Security.SslStream::AuthenticateAsClient [IP: 000c] ####
#### Microsoft.SPOT.Net.Security.SslStream::AuthenticateAsClient [IP: 000a] ####
#### Amqp.TcpTransport::Connect [IP: 00bb] ####
#### Amqp.Connection::Connect [IP: 0011] ####
#### Amqp.Connection::.ctor [IP: 0018] ####
#### Amqp.Connection::.ctor [IP: 0008] ####
#### OxySpider2.Program::InitAMQPconnection [IP: 0013] ####
#### OxySpider2.Program::Init [IP: 001f] ####

I’m asking because this is the same stack trace I get on a Mountaineer Ethernet board (which has no SSL support)

Yes I did, but just realized I may have reflashed since then.
Redid the SSL seed - all sweet - thanks.