TripleDesSecurityAlgorithmSuite クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Triple-DES セキュリティ アルゴリズム スイート。
public ref class TripleDesSecurityAlgorithmSuite : System::ServiceModel::Security::SecurityAlgorithmSuite
public class TripleDesSecurityAlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite
type TripleDesSecurityAlgorithmSuite = class
inherit SecurityAlgorithmSuite
Public Class TripleDesSecurityAlgorithmSuite
Inherits SecurityAlgorithmSuite
- 継承
コンストラクター
TripleDesSecurityAlgorithmSuite() |
TripleDesSecurityAlgorithmSuite のインスタンスを作成および初期化します。 |
プロパティ
DefaultAsymmetricKeyWrapAlgorithm |
既定の非対称キー ラップ アルゴリズム (RsaOaepKeyWrap) を取得します。 |
DefaultAsymmetricSignatureAlgorithm |
既定の非対称署名アルゴリズム (RsaSha1Signature) を取得します。 |
DefaultCanonicalizationAlgorithm |
既定の標準化アルゴリズム (ExclusiveC14n) を取得します。 |
DefaultDigestAlgorithm |
既定のダイジェスト アルゴリズム (Sha1Digest) を取得します。 |
DefaultEncryptionAlgorithm |
既定の暗号化アルゴリズム (TripleDesEncryption) を取得します。 |
DefaultEncryptionKeyDerivationLength |
既定の暗号化キー派生長 (192) を取得します。 |
DefaultSignatureKeyDerivationLength |
既定の署名キー派生長 (192) を取得します。 |
DefaultSymmetricKeyLength |
既定の対称キー長 (192) を取得します。 |
DefaultSymmetricKeyWrapAlgorithm |
既定の対称キー ラップ アルゴリズム (TripleDesKeyWrap) を取得します。 |
DefaultSymmetricSignatureAlgorithm |
既定の対称署名アルゴリズム (HmacSha1Signature) を取得します。 |