I want to use the addBinaryChainBuildingCertificate() method of the SecureSocket to setup a connection to a HTTPS/SSL Webservice. But this method is not avaiable inside the flash platform. I got this error:
ReferenceError: Error #1069: Property addBinaryChainBuildingCertificate not found on flash.net.SecureSocket and there is no default value.
So I`m wondering. Is this method only avaiable when using Flash builder and Flex? I have Flash CS5 and Adobe air 3.8 installed.
I read the reference:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html
They said you can use it, but it is not mentioned in the paragraph: "Public Methods"
window.runtime.flash.net.SecureSocket
andflash.net.SecureSocket
– Atriace