CryptoServiceCreateCryptoMethod Method (RSAKeys) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.CommonRSAKeys
Return Value
Type:
ICryptoMethod
See Also