次の方法で共有


DataBoxEdgeEncryptionAlgorithm 構造体

定義

"Value" の暗号化に使用されるアルゴリズム。

public readonly struct DataBoxEdgeEncryptionAlgorithm : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm>
type DataBoxEdgeEncryptionAlgorithm = struct
Public Structure DataBoxEdgeEncryptionAlgorithm
Implements IEquatable(Of DataBoxEdgeEncryptionAlgorithm)
継承
DataBoxEdgeEncryptionAlgorithm
実装

コンストラクター

DataBoxEdgeEncryptionAlgorithm(String)

DataBoxEdgeEncryptionAlgorithm の新しいインスタンスを初期化します。

プロパティ

Aes256

AES256。

None

[なし] :

RsaesPkcs1V1_5

RSAES_PKCS1_v_1_5。

メソッド

Equals(DataBoxEdgeEncryptionAlgorithm)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm)

2 つの DataBoxEdgeEncryptionAlgorithm 値が同じかどうかを判断します。

Implicit(String to DataBoxEdgeEncryptionAlgorithm)

文字列を DataBoxEdgeEncryptionAlgorithm に変換します。

Inequality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm)

2 つの DataBoxEdgeEncryptionAlgorithm 値が同じでないかどうかを判断します。

適用対象