CryptoConfig.AddAlgorithm(Type, String[]) メソッド

定義

現在のアプリケーション ドメインに使用されるアルゴリズム マッピングに名前のセットを追加します。

public:
 static void AddAlgorithm(Type ^ algorithm, ... cli::array <System::String ^> ^ names);
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Security.SecurityCritical]
public static void AddAlgorithm (Type algorithm, params string[] names);
static member AddAlgorithm : Type * string[] -> unit
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member AddAlgorithm : Type * string[] -> unit
[<System.Security.SecurityCritical>]
static member AddAlgorithm : Type * string[] -> unit
Public Shared Sub AddAlgorithm (algorithm As Type, ParamArray names As String())

パラメーター

algorithm
Type

割り当て先のアルゴリズム。

names
String[]

アルゴリズムに割り当てられる名前の配列。

属性

例外

algorithm パラメーターまたは names パラメーターが null です。

algorithm には、アセンブリの外部からアクセスすることはできません。

- または -

names パラメーター内のいずれかのエントリが、空か null です。

注釈

指定したマッピングは、組み込みのマッピングと、machine.config ファイル内のマッピングよりも優先されます。 マッピングは、部分的に信頼されたコードで信頼された暗号化操作が使用されないようにするために使用されます。

適用対象