Class CustomerKeyIdFormatter
A class that builds key id.
Inherited Members
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class CustomerKeyIdFormatterMethods
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. |