AzureDataProtectionBuilderExtensions 클래스

정의

을 수정하기 위한 Azure 관련 확장 메서드를 IDataProtectionBuilder포함합니다.

public ref class AzureDataProtectionBuilderExtensions abstract sealed
public static class AzureDataProtectionBuilderExtensions
type AzureDataProtectionBuilderExtensions = class
Public Module AzureDataProtectionBuilderExtensions
상속
AzureDataProtectionBuilderExtensions

메서드

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

Azure Blob Storage 지정된 경로에 키를 유지하도록 데이터 보호 시스템을 구성합니다.

ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, KeyVaultClient, String)

Azure KeyVault에서 지정된 키를 사용하여 키를 보호하도록 데이터 보호 시스템을 구성합니다.

ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, String, String)

Azure KeyVault에서 지정된 키를 사용하여 키를 보호하도록 데이터 보호 시스템을 구성합니다.

ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, String, X509Certificate2)

Azure KeyVault에서 지정된 키를 사용하여 키를 보호하도록 데이터 보호 시스템을 구성합니다.

적용 대상