ISRTPCryptoSuiteFactoryAddCryptoSuite Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool AddCryptoSuite(
string cryptoSuite,
CreateCryptoSuiteDelegate factory
)
Function AddCryptoSuite (
cryptoSuite As String,
factory As CreateCryptoSuiteDelegate
) As Boolean
bool AddCryptoSuite(
String^ cryptoSuite,
CreateCryptoSuiteDelegate^ factory
)
abstract AddCryptoSuite :
cryptoSuite : string *
factory : CreateCryptoSuiteDelegate -> bool
Parameters
- cryptoSuite String
-
- factory CreateCryptoSuiteDelegate
-
Return Value
Boolean
See Also