KeyDerivationAlgorithmNames クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
KeyDerivationAlgorithmProvider クラスの OpenAlgorithm メソッドで使用できるアルゴリズム名を取得できる静的プロパティが含まれています。
public ref class KeyDerivationAlgorithmNames abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KeyDerivationAlgorithmNames final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class KeyDerivationAlgorithmNames
Public Class KeyDerivationAlgorithmNames
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
このクラスに関連付けられているすべてのプロパティは静的です。 プロパティ値を取得するために、 クラスのインスタンスを作成する必要はありません。
プロパティ
CapiKdfMd5 |
"CAPI_KDF_MD5" を含む文字列を取得します。 |
CapiKdfSha1 |
"CAPI_KDF_SHA1" を含む文字列を取得します。 |
CapiKdfSha256 |
"CAPI_KDF_SHA256" を含む文字列を取得します。 |
CapiKdfSha384 |
"CAPI_KDF_SHA384" を含む文字列を取得します。 |
CapiKdfSha512 |
"CAPI_KDF_SHA512" を含む文字列を取得します。 |
Pbkdf2Md5 |
"PBKDF2_MD5" を含む文字列を取得します。 |
Pbkdf2Sha1 |
"PBKDF2_SHA1" を含む文字列を取得します。 |
Pbkdf2Sha256 |
"PBKDF2_SHA256" を含む文字列を取得します。 |
Pbkdf2Sha384 |
"PBKDF2_SHA384" を含む文字列を取得します。 |
Pbkdf2Sha512 |
"PBKDF2_SHA512" を含む文字列を取得します。 |
Sp800108CtrHmacMd5 |
"SP800_108_CTR_HMAC_MD5" を含む文字列を取得します。 |
Sp800108CtrHmacSha1 |
"SP800_108_CTR_HMAC_SHA1" を含む文字列を取得します。 |
Sp800108CtrHmacSha256 |
"SP800_108_CTR_HMAC_SHA256" を含む文字列を取得します。 |
Sp800108CtrHmacSha384 |
"SP800_108_CTR_HMAC_SHA384" を含む文字列を取得します。 |
Sp800108CtrHmacSha512 |
"SP800_108_CTR_HMAC_SHA512" を含む文字列を取得します。 |
Sp80056aConcatMd5 |
"SP800_56A_CONCAT_MD5" を含む文字列を取得します。 |
Sp80056aConcatSha1 |
"SP800_56A_CONCAT_SHA1" を含む文字列を取得します。 |
Sp80056aConcatSha256 |
"SP800_108_CTR_HMAC_SHA256" を含む文字列を取得します。 |
Sp80056aConcatSha384 |
"SP800_108_CTR_HMAC_SHA384" を含む文字列を取得します。 |
Sp80056aConcatSha512 |
"SP800_56A_CONCAT_SHA512" を含む文字列を取得します。 |