SRTPCryptoSuiteFactoryAddCryptoSuite Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool AddCryptoSuite(
string cryptoSuite,
CreateCryptoSuiteDelegate factory
)
Public Function AddCryptoSuite (
cryptoSuite As String,
factory As CreateCryptoSuiteDelegate
) As Boolean
public:
virtual bool AddCryptoSuite(
String^ cryptoSuite,
CreateCryptoSuiteDelegate^ factory
) sealed
abstract AddCryptoSuite :
cryptoSuite : string *
factory : CreateCryptoSuiteDelegate -> bool
override AddCryptoSuite :
cryptoSuite : string *
factory : CreateCryptoSuiteDelegate -> bool
Parameters
- cryptoSuite
- Type: SystemString
- factory
- Type: Ozeki.CommonCreateCryptoSuiteDelegate
Return Value
Type:
BooleanImplements
ISRTPCryptoSuiteFactoryAddCryptoSuite(String, CreateCryptoSuiteDelegate)See Also