CryptoServiceCreateCryptoMethod(RSAKeys) Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic ICryptoMethod CreateCryptoMethod(
RSAKeys keys
)
Public Function CreateCryptoMethod (
keys As RSAKeys
) As ICryptoMethod
public:
ICryptoMethod^ CreateCryptoMethod(
RSAKeys^ keys
)
member CreateCryptoMethod :
keys : RSAKeys -> ICryptoMethod
Parameters
- keys RSAKeys
-
Return Value
ICryptoMethod
See Also