Click or drag to resize
SRTPCryptoSuiteFactoryAddCryptoSuite Method

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

Parameters

cryptoSuite
Type: SystemString
factory
Type: Ozeki.CommonCreateCryptoSuiteDelegate

Return Value

Type: Boolean

Implements

ISRTPCryptoSuiteFactoryAddCryptoSuite(String, CreateCryptoSuiteDelegate)
See Also