Click or drag to resize

SRTPCryptoSuiteFactoryAddCryptoSuite Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool AddCryptoSuite(
	string cryptoSuite,
	CreateCryptoSuiteDelegate factory
)

Parameters

cryptoSuite  String
 
factory  CreateCryptoSuiteDelegate
 

Return Value

Boolean

Implements

ISRTPCryptoSuiteFactoryAddCryptoSuite(String, CreateCryptoSuiteDelegate)
See Also