ICspInformation::get_MaxKeyContainerNameLength メソッド (certenroll.h)

MaxKeyContainerNameLength プロパティは、プロバイダーに関連付けられている秘密キー コンテナーの名前に対してサポートされる最大長を取得します。

このプロパティは読み取り専用です。

構文

HRESULT get_MaxKeyContainerNameLength(
  LONG *pValue
);

パラメーター

pValue

戻り値

なし

解説

キー コンテナー名は、IX509PrivateKey インターフェイスで ContainerName プロパティを呼び出すことで指定および取得できます。 Microsoft によって配布されるプロバイダーに関連付けられている値を次の表に示します。 これらのプロバイダーの中には、すべてのオペレーティング システムに含まれていないものもあれば、代わりに含まれるものもあります。

プロバイダー MaxKeyContainerNameLength 値
Microsoft Software Key Storage Provider 261
Microsoft スマート カード キー ストレージ プロバイダー 40
Microsoft Base Cryptographic Provider v1.0 261
Microsoft Base DSS と Diffie-Hellman 暗号化プロバイダー 261
Microsoft Base DSS Cryptographic Provider 261
Microsoft Base Smart Card Crypto Provider 40
Microsoft DH Schannel 暗号化プロバイダー 261
Microsoft Enhanced Cryptographic Provider v1.0 261
Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider 261
Microsoft Enhanced RSA and AES Cryptographic Provider 261
Microsoft RSA Schannel 暗号化プロバイダー 261
Microsoft Strong Cryptographic Provider 261

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー certenroll.h
[DLL] CertEnroll.dll

こちらもご覧ください

ICspInformation