SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength プロパティ

定義

既定の暗号化キーの派生長を Int32 値として取得します。

public:
 abstract property int DefaultEncryptionKeyDerivationLength { int get(); };
public abstract int DefaultEncryptionKeyDerivationLength { get; }
member this.DefaultEncryptionKeyDerivationLength : int
Public MustOverride ReadOnly Property DefaultEncryptionKeyDerivationLength As Integer

プロパティ値

既定の暗号化キー派生の長さ。

注釈

戻り値は、それを実装するサブクラスによって異なります。 Basic256暗号化の場合、256 が返されます。

適用対象