Show / Hide Table of Contents

Interface ISignatureSigner

Namespace: Oci.Common.Http.Signing
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface ISignatureSigner

Methods

sign(RsaKeyParameters, byte[])

Declaration
byte[] sign(RsaKeyParameters privateKey, byte[] message)
Parameters
Type Name Description
RsaKeyParameters privateKey
byte[] message
Returns
Type Description
byte[]
In this article
Back to top