次の方法で共有


KeyContainerPermissionAttribute.ProviderType プロパティ

定義

プロバイダーの種類を取得または設定します。

public:
 property int ProviderType { int get(); void set(int value); };
public int ProviderType { get; set; }
member this.ProviderType : int with get, set
Public Property ProviderType As Integer

プロパティ値

Wincrypt.h ヘッダー ファイルで定義する PROV_ 値の 1 つ。

注釈

値が指定されていない場合は、PROV_RSA_FULL (1) が使用されます。

Wincrypt.h ヘッダー ファイルでは、次の値が定義されています。

  • #define PROV_RSA_FULL 1

  • #define PROV_RSA_SIG 2

  • #define PROV_DSS 3

  • #define PROV_FORTEZZA 4

  • #define PROV_MS_EXCHANGE 5

  • #define PROV_SSL 6

  • #define PROV_RSA_SCHANNEL 12

  • #define PROV_DSS_DH 13

  • #define PROV_EC_ECDSA_SIG 14

  • #define PROV_EC_ECNRA_SIG 15

  • #define PROV_EC_ECDSA_FULL 16

  • #define PROV_EC_ECNRA_FULL 17

  • #define PROV_DH_SCHANNEL 18

  • #define PROV_SPYRUS_LYNKS 20

  • #define PROV_RNG 21

  • #define PROV_INTEL_SEC 22

  • #define PROV_REPLACE_OWF 23

  • #define PROV_RSA_AES 24

適用対象