SRTPCryptoSuiteFactoryCreateCryptoSuite Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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