SignatureDescription.KeyAlgorithm プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)

Dim instance As SignatureDescription Dim value As String value = instance.KeyAlgorithm instance.KeyAlgorithm = value
/** @property */ public String get_KeyAlgorithm () /** @property */ public void set_KeyAlgorithm (String value)
署名の説明に対するキー アルゴリズム。

RSA 暗号化に使用する KeyAlgorithm プロパティを設定する方法を次のコード例に示します。このコード例は、SignatureDescription クラスのトピックで取り上げているコード例の一部分です。
signatureDescription.KeyAlgorithm = _
"System.Security.Cryptography.RSACryptoServiceProvider"
signatureDescription.KeyAlgorithm = "System.Security.Cryptography.RSACryptoServiceProvider";
signatureDescription->KeyAlgorithm = L"System.Security.Cryptography.RSACryptoServiceProvider";
signatureDescription.set_KeyAlgorithm( "System.Security.Cryptography.RSACryptoServiceProvider");

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSignatureDescription.KeyAlgorithm プロパティを検索する場合は、下記のリンクをクリックしてください。

- SignatureDescription.KeyAlgorithm プロパティのページへのリンク