Table of Contents

Class ReadonlyKmsConnectionConfig

Namespace
ParquetSharp.Encryption
Assembly
ParquetSharp.dll

Readonly version of KmsConnectionConfig. This is passed to KmsClient factories

public class ReadonlyKmsConnectionConfig
Inheritance
ReadonlyKmsConnectionConfig
Inherited Members

Properties

CustomKmsConf

KMS-type-specific configuration

public IReadOnlyDictionary<string, string> CustomKmsConf { get; }

Property Value

IReadOnlyDictionary<string, string>

KeyAccessToken

Authorization token that will be passed to the KMS

public string KeyAccessToken { get; }

Property Value

string

KmsInstanceId

ID of the KMS instance that will be used for encryption

public string KmsInstanceId { get; }

Property Value

string

KmsInstanceUrl

URL of the KMS instance

public string KmsInstanceUrl { get; }

Property Value

string