KeyContainerPermissionAccessEntry.ProviderType プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > KeyContainerPermissionAccessEntry.ProviderType プロパティの意味・解説 

KeyContainerPermissionAccessEntry.ProviderType プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Security.Permissions
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Dim instance As KeyContainerPermissionAccessEntry
Dim value As Integer

value = instance.ProviderType

instance.ProviderType = value
public int ProviderType { get;
 set; }
public:
property int ProviderType {
    int get ();
    void set (int value);
}
/** @property */
public int get_ProviderType ()

/** @property */
public void set_ProviderType (int
 value)
public function get ProviderType
 () : int

public function set ProviderType
 (value : int)

プロパティ
Wincrypt.h ヘッダー ファイル定義する PROV_ 値の 1 つ

例外例外
例外種類条件

ArgumentException

結果のエントリに無制限アクセス権含まれることになります

解説解説

既定値は –1 です。この値は、すべての有効値を表します

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

使用例使用例

ProviderType プロパティ使用するコード例次に示します。このコード例は、KeyContainerPermission クラストピック取り上げているコード例一部分です。

Console.WriteLine("ProviderType is " + IIf(1 = keyContainerPermAccEntry3.ProviderType,
 _
    "PROV_RSA_FULL", keyContainerPermAccEntry3.ProviderType.ToString()))
Console.WriteLine("ProviderType is " + (1 == 
    keyContainerPermAccEntry3.ProviderType ? "PROV_RSA_FULL" :
    keyContainerPermAccEntry3.ProviderType.ToString()));
Console::WriteLine( "ProviderType is {0}", (1 == keyContainerPermAccEntry3->ProviderType
 ? "PROV_RSA_FULL" : keyContainerPermAccEntry3->ProviderType.ToString())
 );

Console.WriteLine(("ProviderType is " + ((1 == keyContainerPermAccEntry3.get_ProviderType())
 ?
    "PROV_RSA_FULL" : System.Convert.ToString(keyContainerPermAccEntry3.get_ProviderType()))));
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
KeyContainerPermissionAccessEntry クラス
KeyContainerPermissionAccessEntry メンバ
System.Security.Permissions 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

KeyContainerPermissionAccessEntry.ProviderType プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



KeyContainerPermissionAccessEntry.ProviderType プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS