AS2EncryptionAlgorithm 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号化アルゴリズム。
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 値が同じでないかどうかを判断します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET