Show / Hide Table of Contents

Class CustomerKeyIdFormatter

A class that builds key id.

Inheritance
object
CustomerKeyIdFormatter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class CustomerKeyIdFormatter

Methods

CreateKeyId(IAuthenticationDetailsProvider)

Builds key id.

Declaration
public static string CreateKeyId(IAuthenticationDetailsProvider provider)
Parameters
Type Name Description
IAuthenticationDetailsProvider provider

The authentication details provider.

Returns
Type Description
string

The key id.

CreateKeyId(string, string, string)

Builds key id.

Declaration
public static string CreateKeyId(string tenantId, string userId, string fingerprint)
Parameters
Type Name Description
string tenantId

The tenantId.

string userId

The userId.

string fingerprint

The fignerprint of the user.

Returns
Type Description
string

The key id.

In this article
Back to top