SRTPCryptoSuiteFactoryCreateCryptoSuite Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SRTPCryptoSuite CreateCryptoSuite(
string cryptoSuite
)
Public Function CreateCryptoSuite (
cryptoSuite As String
) As SRTPCryptoSuite
public:
virtual SRTPCryptoSuite^ CreateCryptoSuite(
String^ cryptoSuite
) sealed
abstract CreateCryptoSuite :
cryptoSuite : string -> SRTPCryptoSuite
override CreateCryptoSuite :
cryptoSuite : string -> SRTPCryptoSuite
Parameters
- cryptoSuite
- Type: SystemString
Return Value
Type:
SRTPCryptoSuiteImplements
ISRTPCryptoSuiteFactoryCreateCryptoSuite(String)See Also