Show / Hide Table of Contents

Interface IFederationRequestSigner

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

Methods

SignRequest(HttpRequestMessage, RsaKeyParameters, string)

Declaration
void SignRequest(HttpRequestMessage httpRequestMessage, RsaKeyParameters privateKey, string KeyId)
Parameters
Type Name Description
HttpRequestMessage httpRequestMessage
RsaKeyParameters privateKey
string KeyId
In this article
Back to top