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

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

SignatureDescription.DeformatterAlgorithm プロパティ

署名説明対する逆フォーマッタ アルゴリズム取得または設定します

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

Public Property DeformatterAlgorithm As
 String
Dim instance As SignatureDescription
Dim value As String

value = instance.DeformatterAlgorithm

instance.DeformatterAlgorithm = value
public string DeformatterAlgorithm { get;
 set; }
public:
property String^ DeformatterAlgorithm {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DeformatterAlgorithm ()

/** @property */
public void set_DeformatterAlgorithm (String
 value)
public function get DeformatterAlgorithm
 () : String

public function set DeformatterAlgorithm
 (value : String)

プロパティ
署名説明対する逆フォーマッタ アルゴリズム

使用例使用例

RSAPKCS1 逆フォーマッタ使用して DeformatterAlgorithm プロパティ設定する方法次のコード例示します。このコード例は、SignatureDescription クラストピック取り上げているコード例一部分です。

signatureDescription.DeformatterAlgorithm = _
    "System.Security.Cryptography.RSAPKCS1SignatureDeformatter"
signatureDescription.DeformatterAlgorithm =
    "System.Security.Cryptography.RSAPKCS1SignatureDeformatter";
signatureDescription->DeformatterAlgorithm = L"System.Security.Cryptography.RSAPKCS1SignatureDeformatter";
signatureDescription.set_DeformatterAlgorithm
    ("System.Security.Cryptography.RSAPKCS1SignatureDeformatter");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SignatureDescription クラス
SignatureDescription メンバ
System.Security.Cryptography 名前空間
その他の技術情報
暗号サービス



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

辞書ショートカット

すべての辞書の索引

「SignatureDescription.DeformatterAlgorithm プロパティ」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS