次の方法で共有


KeyInfoName.Value プロパティ

<KeyName> 要素内に格納されている文字列 ID を取得または設定します。

Public Property Value As String
[C#]
public string Value {get; set;}
[C++]
public: __property String* get_Value();public: __property void set_Value(String*);
[JScript]
public function get Value() : String;public function set Value(String);

プロパティ値

<KeyName> 要素の値である文字列 ID。

解説

このプロパティには任意の文字列を含むことができます。文字列の解釈は、アプリケーション固有のものです。空白は、文字列値において重要な意味を持ちます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

KeyInfoName クラス | KeyInfoName メンバ | System.Security.Cryptography.Xml 名前空間