Click or drag to resize
SRTPCryptoSuiteFactory.AddCryptoSuite 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: System.String
factory
Type: Ozeki.Common.CreateCryptoSuiteDelegate

Return Value

Type: Boolean

Implements

ISRTPCryptoSuiteFactory.AddCryptoSuite(String, CreateCryptoSuiteDelegate)
See Also