次の方法で共有


AS2EncryptionAlgorithm 構造体

定義

暗号化アルゴリズム。

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

コンストラクター

AS2EncryptionAlgorithm(String)

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

プロパティ

Aes128

AES128。

Aes192

AES192。

Aes256

AES256。

Des3

DES3。

None

[なし] :

NotSpecified

NotSpecified。

RC2

RC2。

メソッド

Equals(AS2EncryptionAlgorithm)

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

ToString()

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

演算子

Equality(AS2EncryptionAlgorithm, AS2EncryptionAlgorithm)

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

Implicit(String to AS2EncryptionAlgorithm)

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

Inequality(AS2EncryptionAlgorithm, AS2EncryptionAlgorithm)

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

適用対象