CryptoServiceCreateCryptoMethod Method (RSAKeys) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ICryptoMethodSee Also