ISRTPCryptoSuiteFactoryAddCryptoSuite Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool 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
- Type: SystemString
- factory
- Type: Ozeki.CommonCreateCryptoSuiteDelegate
Return Value
Type:
BooleanSee Also